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

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/shade.verbatim.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="shade.verbatim">
2
 
<refmeta>
3
 
<refentrytitle>shade.verbatim</refentrytitle>
4
 
<refmiscinfo role="type">boolean</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>shade.verbatim</refname>
8
 
<refpurpose>Should verbatim environments be shaded?</refpurpose>
9
 
</refnamediv>
10
 
 
11
 
<refsynopsisdiv>
12
 
<src:fragment id='shade.verbatim.frag'><xsl:param name="shade.verbatim" select="0"/></src:fragment>
13
 
</refsynopsisdiv>
14
 
 
15
 
<refsect1><title>Description</title>
16
 
 
17
 
<para>In the FO stylesheet, if this parameter is non-zero then the
18
 
<property>shade.verbatim.style</property> properties will be applied
19
 
to verbatim environments.</para>
20
 
 
21
 
<para>In the HTML stylesheet, this parameter is now deprecated. Use
22
 
CSS instead.</para>
23
 
 
24
 
</refsect1>
25
 
</refentry>