@internal tag

This tag marks the associated symbol as internal. Internal symbols may be hidden depending on Configuration options.

This tag allows to hide some internal declarations in the user manual but let them appear in the developer manual.

See also hide_internal.

Example [link] 

/**
@internal
This function can be used by library developers to perform ...
*/

void my_internal_function();
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc