Run Serna.
Choose
-> .In the New Document Dialog, select -> template.
Serna element help definitions must reside in its own predefined namespace. Also, namespace mapping applies to all mentioned element and attributes, so it is possible to use mapped namespace prefixes for matches.
<h:serna-help xmlns:h="http://www.syntext.com/Extensions/ElementHelp-1.0" adp-file="adp-file"> <h:element-help match="myelem"> <!-- element help definition ... --> </h:element-help> <h:attr-group name="mygroup"> <!-- attribute help definitions and/or group refs --> </h:attr-group> </h:serna-help>
(optional attribute) Specifies default ADP file name for Qt Assistant, which contains indexing and section information for accessing full element help. ADP file name must be relative to the Serna help file. For more information on Qt Assistant, please see Qt documentation: http://doc.trolltech.com/3.3/assistant.html.
(optional, multiple) Contains element help definition (see below)
(optional, multiple) Defines a reusable set of attribute help definitions which can be later re-used by element help definitions.