defuze.me  Client
Create a new doc page

Why ?

You need to document something which does not belong with any source code.

How ?

Create a new .dmh (Defume.Me Help file) in the client/docs/help directory.

Here's a template:

/**
\page page_name Page title

The contents.
**/

You can create sub-pages:

/**
\page parent_page_name Parent page title
\subpage subpage_1
\subpage subpage_2

The contents.
**/

/**
\page subpage_1 Page title

The contents.
**/

/**
\page subpage_2 Page title

The contents.
**/

Finally

You need to re-generate the documentation, or let someone else do it!