I am trying to document class attributes using Doxygen. Protected attributes are currently displayed in the list at the top of the page for a particular class. I would like to tell them about this.
I tried to use @param [name] [description]both above the beginning of the class, and directly above the declaration of attributes. I even tried putting them in the dock for my constructor class, and it just broke it.
Is there something I'm just missing?
- Logan
source
share