I am developing in Swift an iOS App and want to write my documentation about code and concepts within Xcode using the Documentation catalog feature.
I created a documentation catalog within my Swift-project. I created two files named Documentation.md
and Features.md
in the catalog-folder.
In Build Settings under "Documentation Compiler - Options" I set "Build Documentation during Build" to Yes
.
I run Product -> Build Documentation
and Apple`s Documentation Window opens and presents a lot of documentation but nothing from me. What do I need to change?