Я пытался документировать мой проект Swift в Xcode с помощью HeaderDoc, но обрабатываются только файлы ".h" и игнорируются файлы ".swift"
Это мой быстрый файл:
/// test
///
/// :param: ann blabla
func testFunc( ann: Foo ) { .. }
Я запускаю в терминале следующее:
headerdoc2html -o ~/Desktop/docum Ninja
This is the error:
    Documentation will be written to /Users/me/Desktop/docum
    HTML output mode.
    No valid input files specified. 
        Usage: headerdoc2html [-dq] [-o <output directory>] <input file(s) or directory>.
    iMac:MyApp me$  headerdoc2html -o ~/Desktop/docum Ninja/
    Documentation will be written to /Users/me/Desktop/docum
    HTML output mode.
    DIR Ninja/
    ======= Parsing Input Files =======
    Processing Ninja/Test.m
        Skipping. No HeaderDoc comments found.
    Processing Ninja/-Bridging-Header.h
