On 10:03, Yegor Yefremov wrote:

> for the documentation of my current project I use doxygen. So I have all
> my files pretty commented but not the parser files (cmdline.c and
> cmdline.h). One can define such an option as --doxygen-comments to
> enable this feature. Some comments are already in the source code but
> not in the doxygen syntax. What do you think about it?

Yes, that'd be nice, and it should be trivial to implement. Maybe we
don't even need an option for that because the /** */ style comments
would't hurt anyway.

In the meantime, you can just add

        *.cmdline.*

to the EXCLUDE_PATTERNS in your Doxyfile.

Andre
-- 
The only person who always got his work done by Friday was Robinson Crusoe

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Help-gengetopt mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gengetopt

Reply via email to