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

« back to all changes in this revision

Viewing changes to kdoctools/docbook/xsl/params/profile.userlevel.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="profile.userlevel">
2
 
<refmeta>
3
 
<refentrytitle>profile.userlevel</refentrytitle>
4
 
<refmiscinfo role="type">string</refmiscinfo>
5
 
</refmeta>
6
 
<refnamediv>
7
 
<refname>profile.userlevel</refname>
8
 
<refpurpose>Target profile for <sgmltag class="attribute">userlevel</sgmltag>
9
 
attribute</refpurpose>
10
 
</refnamediv>
11
 
 
12
 
<refsynopsisdiv>
13
 
<src:fragment id='profile.userlevel.frag'>
14
 
<xsl:param name="profile.userlevel" select="''"/>
15
 
</src:fragment>
16
 
</refsynopsisdiv>
17
 
 
18
 
<refsect1><title>Description</title>
19
 
 
20
 
<para>Value of this parameter specifies profiles which should be
21
 
included in the output. You can specify multiple profiles by
22
 
separating them by semicolon. You can change separator character by
23
 
<link linkend="profile.separator"><parameter>profile.separator</parameter></link>
24
 
parameter.</para>
25
 
 
26
 
<para>This parameter has effect only when you are using profiling
27
 
stylesheets (<filename>profile-docbook.xsl</filename>,
28
 
<filename>profile-chunk.xsl</filename>, &#x2026;) instead of normal
29
 
ones (<filename>docbook.xsl</filename>,
30
 
<filename>chunk.xsl</filename>, &#x2026;).</para>
31
 
 
32
 
</refsect1>
33
 
</refentry>