[Doxygen-users] Parsing of //*/
Brought to you by:
dimitri
From: Jano S. <jan...@gm...> - 2014-01-15 12:11:32
|
Hi, it seems that 1.8.6 broke parsing of the following comment type: /*! //*/ MS VC parses it properly - it ignores // and */ ends the comment. I think that 1.8.5 did it the same way (though I'm not sure, I didn't check the generated documents). 1.8.4.did it that way for sure. It causes that some documentation is not generated. With git master, this additionally causes warning (/* without ending */ or something similar) (We generate our docs in windows, I could only check git master in linux, so I didn't generate all docs with gitmaster). I will remove this construct from the sources, so it's not a problem for me. I just wanted to let you know about this issue. ...don't ask me why is it there ;) Thanks for the great program! Jano |