This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Documentation full of reference,missing seperator in txt output


Hi all,

I'm writing some documentation for my application. My application
contains a lot of options, so I decided to create a 'reference' chapter
where I have a lot of entries like this:

    <!-- *** LOGTYPE *** -->
    <refentry id="logtype">

    <refmeta> <refentrytitle>logtype</refentrytitle> </refmeta>

    <refnamediv>
    <refname>logtype</refname>
    <refpurpose>type of log (not the format of the log)</refpurpose>
    </refnamediv>

    <refsynopsisdiv><programlisting>
      <![CDATA[
        <set logtype="Logfile">
      ]]>
    </programlisting></refsynopsisdiv>

    <refsect1>
    <title>Description</title>
    <para>
    The type of logs kept for your channel. Currently only "Logfile" is
    supported, so you don't need to change this option.
    </para>
    </refsect1>
    <refsect1>
    <title>Default</title>
    <para> Logfile </para>
    </refsect1>

This works just fine. The HTML output looks great with each option on
their own page. But when I create the txt output, it's lacking overview
for the different options.

This is caused by the fact that there is no real "seperator" between the
different options, so it's hard to read and be able to tell when a new
option is mentioned.

Has anyone got any ideas how I can resolve this issue?


  - Morten.

--
Morten Brix Pedersen                                     morten@wtf.dk
                                                            www.wtf.dk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]