I am trying to generate apple docs for one of my projects. I am using the following commands to generate the docs...
headerdoc2html -o OutPutDirectory InputDirectory
I am getting the following message...
Processing /Users/Ankit/Documents/Projects/pos/trunk/TestProject/TestProject/Test.h
Skipping. No HeaderDoc comments found.
No default encoding. Guessing. If date formats are wrong, try
specifying an appropriate value in the LANG environment variable.
Any help is appreciated.
I had same issue. I fixed it by changing all
/// Comments
And
/**
* Comments
*/
Comments to
/*!
* Comments
*/
And everything worked fine for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With