@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 {
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc