@page module
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
- NAME
{String}
:The unique name of the page.
- TITLE
{String}
:The title of the article used for display purposes.