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>
<!-- procedure Visibility: default -->
<element name="DebugLn">
<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>
<errors/>
<short></short>
<descr>Writes a string 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>
<errors>""
</errors>
<seealso/>
</element>
<!-- argument Visibility: default -->
@ -1762,7 +1768,7 @@
</element>
<!-- function Visibility: default -->
<element name="DbgS">
<short></short>
<short/>
<descr>"Converts a pointer to a hexidecimal string."</descr>
<errors>""</errors>
<seealso/>