Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1445)

Unified Diff: third_party/docbook-xsl-1.78.0/params/variablelist.term.separator.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/docbook-xsl-1.78.0/params/variablelist.term.separator.xml
diff --git a/third_party/docbook-xsl-1.78.0/params/variablelist.term.separator.xml b/third_party/docbook-xsl-1.78.0/params/variablelist.term.separator.xml
deleted file mode 100644
index f3df883b023a894657b214e6f143e5fae308b774..0000000000000000000000000000000000000000
--- a/third_party/docbook-xsl-1.78.0/params/variablelist.term.separator.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<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="variablelist.term.separator">
-<refmeta>
-<refentrytitle>variablelist.term.separator</refentrytitle>
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>variablelist.term.separator</refname>
-<refpurpose>Text to separate <tag>term</tag>s within a multi-term
-<tag>varlistentry</tag></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<src:fragment xml:id="variablelist.term.separator.frag">
-<xsl:param name="variablelist.term.separator">, </xsl:param></src:fragment>
-</refsynopsisdiv>
-
-<refsection><info><title>Description</title></info>
-
-<para>When a <tag>varlistentry</tag> contains multiple <tag>term</tag>
-elements, the string specified in the value of the
-<parameter>variablelist.term.separator</parameter> parameter is placed
-after each <tag>term</tag> except the last.</para>
-
-<note>
- <para>To generate a line break between multiple <tag>term</tag>s in
- a <tag>varlistentry</tag>, set a non-zero value for the
- <parameter>variablelist.term.break.after</parameter> parameter. If
- you do so, you may also want to set the value of the
- <parameter>variablelist.term.separator</parameter> parameter to an
- empty string (to suppress rendering of the default comma and space
- after each <tag>term</tag>).</para>
-</note>
-
-</refsection>
-</refentry>

Powered by Google App Engine
This is Rietveld 408576698