Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantessier committed Sep 26, 2024
1 parent 8173bf6 commit b2e8c29
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -13070,15 +13070,20 @@ <h3>Synopsis</h3>
<pre>
ListSymbols
[-classes]
[-csv]
[-dtd-prefix uri]
[-echo]
[-encoding name]
[-excludes value]*
[-excludes-list filename]*
[-fields]
[-final-methods-or-classes]
[-help]
[-includes value]*
[-includes-list filename]*
[-indent-text text]
[-inner-classes]
[-json]
[-local-variables]
[-methods]
[-non-private-fields]
Expand All @@ -13092,6 +13097,9 @@ <h3>Synopsis</h3>
[-txt]
[-verbose [filename]]
[-version]
[-xml]
[-yaml]
[-yml]
[filename ...]
</pre>

Expand Down Expand Up @@ -15306,10 +15314,10 @@ <h3>Output</h3>
</ul>

<p>
With <code>-json</code>, <code>-xml</code>, <code>-yaml</code>, or <code>-yml</code>, it converts the entire metrics
structure into a single document. With <code>-xml</code>, the XML document follows the
<code><a href="https://depfind.sourceforge.io/dtd/metrics.dtd">metrics</a></code> DTD. You can use
<code>-out filename</code> to save the output to a file.
With <code>-json</code>, <code>-text</code>, <code>-txt</code>, <code>-xml</code>, <code>-yaml</code>, or <code>-yml</code>, it converts the
entire metrics structure into a single document. With <code>-xml</code>, the XML document
follows the <code><a href="https://depfind.sourceforge.io/dtd/metrics.dtd">metrics</a></code> DTD.
You can use <code>-out filename</code> to save the output to a file.
</p>

</blockquote>
Expand Down

0 comments on commit b2e8c29

Please sign in to comment.