Made labels consisten with quickref.
This commit is contained in:
parent
d712cec4c5
commit
30b67f7362
|
@ -1,12 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
|
|
||||||
\page quick_ref Quick Ref
|
\page quick_ref Quick Reference
|
||||||
|
|
||||||
Quick reference generated from the tidy command
|
HTML Tidy Configuration Options
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\htmlinclude quickref_include.html
|
\htmlinclude quickref_include.html
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
For generating the `quickref.html` web page from output of
|
For generating the `quickref_include.html` web page from output of
|
||||||
`tidy -xml-config`
|
`tidy -xml-config`, which is used in our Doxygen documentation
|
||||||
|
project.
|
||||||
|
|
||||||
(c) 2005 (W3C) MIT, ERCIM, Keio University
|
(c) 2005 (W3C) MIT, ERCIM, Keio University
|
||||||
See tidy.h for the copyright notice.
|
See tidy.h for the copyright notice.
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
|
|
||||||
<xsl:output method="xml" indent="yes"
|
<xsl:output method="xml" indent="yes"
|
||||||
encoding="us-ascii"
|
encoding="UTF-8"
|
||||||
omit-xml-declaration="yes"
|
omit-xml-declaration="yes"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
<!-- Named Templates: -->
|
<!-- Named Templates: -->
|
||||||
|
|
||||||
<xsl:template name="link-section">
|
<xsl:template name="link-section">
|
||||||
<table summary="Tidy Options Quick Reference Header Section" border="0"
|
<table summary="Options Quick Reference Index Section" border="0"
|
||||||
cellpadding="3" cellspacing="0" class="quickref">
|
cellpadding="3" cellspacing="0" class="quickref">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="33%" />
|
<col width="33%" />
|
||||||
|
|
Loading…
Reference in a new issue