I’m using Doxygen to document my C++ code. All are well outputted in HTML format, except attributes/variables like below are not(not at all).
/**
* Flag to check whether the variable is once initialized or not
*/
bool initialized_;
Any idea what could go wrong?
EDIT
initialized_ is a class member variable.
I’m not sure if this will solve your problem, since you have given very little information about the variable
initialized_(is it a global variable, is it part of a class etc.) but the doxygen documentation (see under the heading Documentation at other places) states that