@page

  • constructor
documentjs.tags.page  

Declares this comment as a page. Use pages to represent content that doesn't belong to part of the application structure.

@page NAME [TITLE]

/**
 * @page lib/faq FAQ
 * @parent lib
 * 
 * Checkout these frequently asked questions 
 *
 * @body
 *
 * ## How to contribute to DocumentJS
 */

Parameters

  1. NAME {String}

    The unique name of the page.

  2. TITLE {String}Optional

    The title of the article used for display purposes.