@hide

  • constructor
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 where Section is the capitalized SECTION name passed to @hide.