Private attributes in library documents

Pretty basic question!

I’m confused about the meaning of ‘private attributes’ and it’s difference from ‘data fields’ in the library documents of various structures. Initially I thought private attributes refers to the structure’s private members but it turns out to not be the case.

What have I not understood here?

@private is a doxygen construct that means don’t display struct/field in online HTML web documentation.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.