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

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/htmlhelp.display.progress.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="htmlhelp.display.progress">
2
 
<refmeta>
3
 
<refentrytitle>htmlhelp.display.progress</refentrytitle>
4
 
<refmiscinfo role="type">boolean</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>htmlhelp.display.progress</refname>
8
 
<refpurpose>Display compile progress?</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='htmlhelp.display.progress.frag'>
13
 
<xsl:param name="htmlhelp.display.progress" select="1"/>
14
 
</src:fragment>
15
 
</refsynopsisdiv>
16
 
 
17
 
<refsect1><title>Description</title>
18
 
 
19
 
<para>You can swith off display of compile progress by setting this
20
 
parameter to 0.</para>
21
 
 
22
 
</refsect1>
23
 
</refentry>
24