12345678910111213141516171819202122232425262728293031323334 |
- <refentry xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="5.0" xml:id="qanda.in.toc">
- <refmeta>
- <refentrytitle>qanda.in.toc</refentrytitle>
- <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
- </refmeta>
- <refnamediv>
- <refname>qanda.in.toc</refname>
- <refpurpose>Should qandaentry questions appear in
- the document table of contents?</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <src:fragment xml:id="qanda.in.toc.frag"><xsl:param name="qanda.in.toc" select="0"/></src:fragment>
- </refsynopsisdiv>
- <refsection><info><title>Description</title></info>
- <para>If true (non-zero), then the generated table of contents
- for a document will include <tag>qandaset</tag> titles,
- <tag>qandadiv</tag> titles,
- and <tag>question</tag> elements. The default value (zero) excludes
- them from the TOC.
- </para>
- <para>This parameter does not affect any tables of contents
- that may be generated inside a qandaset or qandadiv.
- </para>
- </refsection>
- </refentry>
|