Ok, that’s a thought, I’ll give that a try.

I wonder if #if works in a comment?  I’ve never actually tried it, I’m just 
wondering out loud whether the pre-processor acts before or after the lexical 
analyser strips comments.

Regards,
Richard.


If it is in a C/C++ code file, I just use an #if 0/#endif to comment the 
comment out.

A Doxygen comment is pretty well explained in the docs, but is there some 
syntax to comment-out a line of mark-up in a Doxygen comment block ?

In the course of trying to get my documentation working (see elsewhere) I’d 
like to try removing some of the markup.  But I don’t want to just delete it, 
or even to cut it and copy it elsewhere.  If it were source code I’d just stick 
line comment characters at the start of the line.  Is there an equivalent I can 
use within a comment block to get doxygen to ignore a line, without actually 
removing it?

_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to