I am using Doxygen to create documentation for my iOS application. I followed the syntax specified by Doxygen to add documentation related to Class, methods, variables etc and completed the task for all the .h and .m files.
Now I'm using Doxygen tool to create html files. I am successfully generating the documentation using wizard, but it includes only comments from .h files only. Why is it not picking the .m files?
Do I have to include any arguments etc?
Asked
Active
Viewed 160 times
0

Satyam
- 15,493
- 31
- 131
- 244
-
I've done with before without needing to do anything crazy. Do you have an error in your wizard setup? – Paul Cezanne Jan 20 '15 at 15:54
-
@PaulCezanne Its not showing any error in Wizard. I too did it earlier, but now I'm facing this crazy error. – Satyam Jan 21 '15 at 06:42
-
maybe share your wizard file with us? – Paul Cezanne Jan 21 '15 at 10:54
-
@PaulCezanne I added the wizard file in my question. – Satyam Jan 22 '15 at 07:17
-
hmmm, looks good to me but I'm not an expert. Say, you're not using .mm files, are you? – Paul Cezanne Jan 22 '15 at 11:09
-
@PaulCezanne No .mm files – Satyam Jan 22 '15 at 14:24
-
weird problem, wish I could help more. Good luck! – Paul Cezanne Jan 22 '15 at 14:45