GNOME Bugzilla – Bug 615935
[RFC] how to present protected symbols
Last modified: 2018-05-22 13:03:41 UTC
In compond types (structs, enums, ..) one can use scope markers as /*< public >*/ /*< protected >*/ /*< private >*/ Right now we strip all non public ones from the docs. That leads to warnings about unused documentation, if people have documented them. If we show the protected ones in the docs as well, do we need a special presentation for them or is the presence of the marker in the verbative copy of the declaration enough?
Created attachment 158875 [details] [review] make protected fileds visible Unfortunately the scope comments are not part declaration code block in the docs. So we need some indication of the scope.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk-doc/issues/11.