~ubuntu-branches/ubuntu/natty/kde4libs/natty-proposed

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/process.empty.source.toc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scott Kitterman
  • Date: 2011-01-21 11:32:24 UTC
  • mfrom: (1.14.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121113224-c9tebdkklj5u3awu
Tags: 4:4.6.0-0ubuntu1~ppa1
[ Jonathan Riddell ]
* New upstream release
* Reluctantly add kcm_ssl to kdelibs5-plugins, this should be in kdebase

[ Scott Kitterman ]
* Update libkatepartinterfaces4.symbols and libkdecore5.symbols for 4.5.95
  and confirm symbols on all architectures with pkgkde-symbolshelper
  - Thanks to Jonathan Thomas for verifying the missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="process.empty.source.toc">
2
 
<refmeta>
3
 
<refentrytitle>process.empty.source.toc</refentrytitle>
4
 
<refmiscinfo role="type">boolean</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>process.empty.source.toc</refname>
8
 
<refpurpose>Generate automated TOC if <sgmltag>toc</sgmltag> element occurs in a source document?</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='process.empty.source.toc.frag'><xsl:param name="process.empty.source.toc" select="0"/></src:fragment>
13
 
</refsynopsisdiv>
14
 
 
15
 
<refsect1><title>Description</title>
16
 
 
17
 
<para>Specifies that if an empty <sgmltag>toc</sgmltag> element is
18
 
found in a source document, an automated TOC is generated.
19
 
<note>
20
 
  <para>Depending on what the value of the
21
 
  <parameter>generate.toc</parameter> parameter is, setting this
22
 
  parameter to <literal>1</literal> could result in generation of
23
 
  duplicate automated TOCs. So the
24
 
  <parameter>process.empty.source.toc</parameter> is primarily useful
25
 
  as an "override": by placing an empty <sgmltag>toc</sgmltag> in your
26
 
  document and setting this parameter to <literal>1</literal>, you can
27
 
  force a TOC to be generated even if <sgmltag>generate.toc</sgmltag>
28
 
  says not to.</para>
29
 
</note>
30
 
</para>
31
 
 
32
 
</refsect1>
33
 
</refentry>