tools.html (a02e2aeb) tools.html (f953d1c4)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<!--
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1002 unchanged lines hidden (view full) ---

1011 sourcecode documentation, using javadoc-style comments will work.</p>
1012 <p class="head2">Usage:</p>
1013 <blockquote>
1014 <b><code>autodoc [ -v &lt;VerboseNr&gt; ] [ -name "&lt;TitleForTheDocu&gt;" ] -html &lt;OutputDirectory&gt; -lg &lt;SourcecodeLanguage&gt;<br>
1015 { [ -p &lt;ProjectName&gt; &lt;ProjectRootDirectory&gt; ] &nbsp;-t &lt;SourceTree&gt;* | -d &lt;SourceDirectory&gt;* | -f &lt;SourceFile&gt;* }*</code></b>
1016 </blockquote>
1017 <p class="head2">Options:</p>
1018 <p>
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<!--
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1002 unchanged lines hidden (view full) ---

1011 sourcecode documentation, using javadoc-style comments will work.</p>
1012 <p class="head2">Usage:</p>
1013 <blockquote>
1014 <b><code>autodoc [ -v &lt;VerboseNr&gt; ] [ -name "&lt;TitleForTheDocu&gt;" ] -html &lt;OutputDirectory&gt; -lg &lt;SourcecodeLanguage&gt;<br>
1015 { [ -p &lt;ProjectName&gt; &lt;ProjectRootDirectory&gt; ] &nbsp;-t &lt;SourceTree&gt;* | -d &lt;SourceDirectory&gt;* | -f &lt;SourceFile&gt;* }*</code></b>
1016 </blockquote>
1017 <p class="head2">Options:</p>
1018 <p>
1019 <table width="100%" border="1" cellpadding="4" cellspacing="0">
1019 <table class="table4">
1020 <tr>
1021 <td class="cell15"><code>-v &lt;VerboseNr&gt;</code></td>
1022 <td class="cell85">&lt;VerboseNr&gt; == 5 displays the parsed source
1023 code tokens, so you can locate which piece caused an parsing error.<br>
1024 &lt;VerboseNr&gt; == 2 displays not only the parsed source code,
1025 but also the comments.<br><br>
1026 This option must be the first one, if it is used.</td>
1027 </tr>

--- 89 unchanged lines hidden ---
1020 <tr>
1021 <td class="cell15"><code>-v &lt;VerboseNr&gt;</code></td>
1022 <td class="cell85">&lt;VerboseNr&gt; == 5 displays the parsed source
1023 code tokens, so you can locate which piece caused an parsing error.<br>
1024 &lt;VerboseNr&gt; == 2 displays not only the parsed source code,
1025 but also the comments.<br><br>
1026 This option must be the first one, if it is used.</td>
1027 </tr>

--- 89 unchanged lines hidden ---