Doxygen html tweaks
This commit is contained in:
parent
4cdca98709
commit
fdade90ac8
2 changed files with 8 additions and 6 deletions
|
|
@ -605,8 +605,8 @@
|
|||
<li><a href="Doxygen.html#Doxygen_notranslate">doxygen:notranslate</a>
|
||||
<li><a href="Doxygen.html#Doxygen_alias">doxygen:alias:<command-name></a>
|
||||
<li><a href="Doxygen.html#Doxygen_ignore">doxygen:ignore:<command-name></a>
|
||||
<li><a href="Doxygen.html#Doxygen_nolinktranslate">doxygen:nolinktranslate (Java-only currently)</a>
|
||||
<li><a href="Doxygen.html#Doxygen_nostripparams">doxygen:nostripparams (Java-only currently)</a>
|
||||
<li><a href="Doxygen.html#Doxygen_nolinktranslate">doxygen:nolinktranslate</a>
|
||||
<li><a href="Doxygen.html#Doxygen_nostripparams">doxygen:nostripparams</a>
|
||||
</ul>
|
||||
<li><a href="Doxygen.html#Doxygen_additional_options">Additional command line options</a>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
<li><a href="#Doxygen_notranslate">doxygen:notranslate</a>
|
||||
<li><a href="#Doxygen_alias">doxygen:alias:<command-name></a>
|
||||
<li><a href="#Doxygen_ignore">doxygen:ignore:<command-name></a>
|
||||
<li><a href="#Doxygen_nolinktranslate">doxygen:nolinktranslate (Java-only currently)</a>
|
||||
<li><a href="#Doxygen_nostripparams">doxygen:nostripparams (Java-only currently)</a>
|
||||
<li><a href="#Doxygen_nolinktranslate">doxygen:nolinktranslate</a>
|
||||
<li><a href="#Doxygen_nostripparams">doxygen:nostripparams</a>
|
||||
</ul>
|
||||
<li><a href="#Doxygen_additional_options">Additional command line options</a>
|
||||
</ul>
|
||||
|
|
@ -416,20 +416,22 @@ def func():
|
|||
</pre></div>
|
||||
|
||||
|
||||
<H4><a name="Doxygen_nolinktranslate">16.2.2.4 doxygen:nolinktranslate (Java-only currently)</a></H4>
|
||||
<H4><a name="Doxygen_nolinktranslate">16.2.2.4 doxygen:nolinktranslate</a></H4>
|
||||
|
||||
|
||||
<p>
|
||||
Turn off automatic link-objects translation.
|
||||
This is only applicable to Java at the moment.
|
||||
</p>
|
||||
|
||||
|
||||
<H4><a name="Doxygen_nostripparams">16.2.2.5 doxygen:nostripparams (Java-only currently)</a></H4>
|
||||
<H4><a name="Doxygen_nostripparams">16.2.2.5 doxygen:nostripparams</a></H4>
|
||||
|
||||
|
||||
<p>
|
||||
Turn off stripping of <tt>@param</tt> and <tt>@tparam</tt>
|
||||
Doxygen commands if the parameter is not found in the function signature.
|
||||
This is only applicable to Java at the moment.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue