edited description of debugln (testing EnableLazDoc)

git-svn-id: trunk@7696 -
This commit is contained in:
vincents 2005-09-14 08:35:30 +00:00
parent 261a39025a
commit 12d6e19fab

View File

@ -688,9 +688,15 @@
</element> </element>
<!-- procedure Visibility: default --> <!-- procedure Visibility: default -->
<element name="DebugLn"> <element name="DebugLn">
<short/> <short></short>
<descr>Writes a string to the console to the debug output. The default debug output is the console. This can be overriden by passing the --debug-log=&lt;myfile.txt&gt; parameter on the command line of the application. THen the output is written to &lt;myfile.txt&gt;</descr> <descr>Writes a string to the debug output.
<errors/>
The default debug output is the console.
This can be overriden by passing the --debug-log=&lt;myfile.txt&gt; parameter on the command line of the application. Then the output is written to &lt;myfile.txt&gt;
</descr>
<errors>""
</errors>
<seealso/> <seealso/>
</element> </element>
<!-- argument Visibility: default --> <!-- argument Visibility: default -->
@ -1762,7 +1768,7 @@
</element> </element>
<!-- function Visibility: default --> <!-- function Visibility: default -->
<element name="DbgS"> <element name="DbgS">
<short></short> <short/>
<descr>"Converts a pointer to a hexidecimal string."</descr> <descr>"Converts a pointer to a hexidecimal string."</descr>
<errors>""</errors> <errors>""</errors>
<seealso/> <seealso/>