Class is documented as follows:
/**
* @brief Number representation
*/
class CNumber : public CElem
{
/** @brief Holds true for negative values */
bool neg;
...
However, the variable documented in the code doesn't appear in the documentation (class brief shows fine...).
What am I doing wrong?