defuze.me
Client
|
You need to document something which does not belong with any source code.
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. **/
You need to re-generate the documentation, or let someone else do it!