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?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With