@hidden tag
This tag marks the associated symbol as hidden. The symbol will never appear in the documentation.
See also @visible tag.
Example [link]
/** @hidden */
typedef std::vector<Foo> foo_vector_hack_t;
This tag marks the associated symbol as hidden. The symbol will never appear in the documentation.
See also @visible tag.
/** @hidden */
typedef std::vector<Foo> foo_vector_hack_t;