@hidecontent tag
This tag indicates that the content of a symbol must not be displayed in its detailed documentation section:
Fields table will be omitted for structures.
Values table will be omitted for enums.
Macro body will not be shown when show_macro_content configuration option is set.
See also @showcontent tag and @showvalue tag.
Example [link]
/** @hidecontent */
struct opaque_s {
Alternatively, you can hide the structure content when configured to hide internal stuff:
/** @ifopt hide_internal @hidecontent @end if */
struct opaque_s {