@hide
documentjs.tags.hide
Hides the comment from the navigation.
@hide
/**
* Checks if there is a set_property value.
* If it returns true, lets it handle; otherwise saves it.
* @hide
*/
_setProperty: function( prop ) {
@hide SECTION
Hides some section of the generated output. The default layout supports:
/**
* @hide sidebar
* @hide title
* @hide footer
* @hide article
* @hide container
* @hide header
*/
This a
hideSection
property to docObject whereSection
is the capitalizedSECTION
name passed to@hide
.