[asterisk-dev] XML documentation of apps/functions/the_rest_of_the_world

Jared Smith jsmith at digium.com
Wed Jul 9 07:36:33 CDT 2008


On Wed, 2008-07-09 at 07:11 -0500, Russell Bryant wrote:
> Can we come up with a way to add references in the XML schema, instead 
> of within the documentation text?

Yes... It shouldn't be difficult to create something similar to the way
the <link> and <xref> tags work in DocBook within our XML schema.  In
essence, you reference the unique node id of what you're referencing...
something like this:

<application name="RetryDial" id="app-dial">
...
  <description>For a list of parameters and options to this application,
see <link linkend="app-dial">the <application>Dial</application>
application</link>.
  </description>
...
</application>

-- 
Jared Smith
Training Manager
Digium, Inc.




More information about the asterisk-dev mailing list