You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to support access specifiers, i.e. public, protected and private in classes.
Suggestions welcome on how to handle this from a presentation perspective, e.g. tagging each entity with its access specifier (if any), or grouping members of a class by access specifier.
The text was updated successfully, but these errors were encountered:
I like how it's done in SFML using doxygen: public members don't get any labels (most of your documented API will be public), but protected ones do (compare this and this).
It would be good to support access specifiers, i.e.
public
,protected
andprivate
in classes.Suggestions welcome on how to handle this from a presentation perspective, e.g. tagging each entity with its access specifier (if any), or grouping members of a class by access specifier.
The text was updated successfully, but these errors were encountered: