docs: fixed xml

git-svn-id: branches/fixes_2_0@60300 -
This commit is contained in:
mattias 2019-02-02 19:30:57 +00:00
parent 332e85886a
commit abd0bb7460
3 changed files with 5772 additions and 4815 deletions

View File

@ -11,7 +11,7 @@ documentation.
Build build_lcl_docs.lpi
../../lazbuild build_lcl_docs.lpi
./build_lcl_docs --fpdoc /path/to/fpc/trunk/fpdoc --fpcdocs=../chm --outfmt chm
./build_lcl_docs --fpdoc /path/to/fpc/trunk/utils/fpdoc/fpdoc --fpcdocs=../chm --outfmt chm
For Windows:

View File

@ -34,11 +34,11 @@
The return value indicates the relative order in a sort operation, and can contain the following values:
</p>
<dl>
<dt><code> <0 </code></dt>
<dt><code> &lt;0 </code></dt>
<dd>Filename1 comes before Filename2</dd>
<dt><code> 0 </code></dt>
<dd>Filename1 and Filename2 to have the same value</dd>
<dt><code> >0 </code></dt>
<dt><code> &gt;0 </code></dt>
<dd>Filename1 comes after Filename2</dd>
</dl>
</descr>

File diff suppressed because it is too large Load Diff