summaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorJohn McFarland <mcfarljm@gmail.com>2019-08-24 10:29:11 -0500
committerJohn McFarland <mcfarljm@gmail.com>2019-09-15 10:59:03 -0500
commit4ebc3e05ad21cb7163260e46d04e631609737749 (patch)
tree6f62216cf5e6a6a843d79387bc6159b0d5d75537 /Doc/Manual
parent1ac371369efecc0e9ea52e65e1201eb28c23f561 (diff)
downloadswig-4ebc3e05ad21cb7163260e46d04e631609737749.tar.gz
Minor formatting updates to doxygen docs
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Doxygen.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/Manual/Doxygen.html b/Doc/Manual/Doxygen.html
index b51996fb6..d04140c53 100644
--- a/Doc/Manual/Doxygen.html
+++ b/Doc/Manual/Doxygen.html
@@ -117,14 +117,15 @@ Documenting the code</a>). Here they are:
</pre></div>
<p>
-Also any of the above with '&lt;' added after comment-starting symbol,
-like <i>/**&lt;, /*!&lt;, ///&lt;, </i> or <i> //!&lt;</i> will be
+Also any of the above with '<tt>&lt;</tt>' added after comment-starting symbol,
+like <tt>/**&lt;, /*!&lt;, ///&lt;, </tt> or <tt> //!&lt;</tt> will be
treated as a post-comment and will be assigned to the code before the
comment.
-Any number of '*' or '/' within a Doxygen comment is considered to be a
-separator and is not included in the final comment, so you may safely use
-comments like <i>/*********/</i> or <i>//////////</i>.
+Any number of '<tt>*</tt>' or '<tt>/</tt>' within a Doxygen comment is
+considered to be a separator and is not included in the final comment,
+so you may safely use comments like <tt>/*********/</tt>
+or <tt>//////////</tt>.
</p>
<p>