@hide module
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 adds a hideSection
property to DocObject where
Section
is the capitalized SECTION
name passed to @hide
.