Skip to content

Commit

Permalink
Remove superfluous paragraph tags
Browse files Browse the repository at this point in the history
Removed some superfluous paragraph tags in HTML (`</p>`).
  • Loading branch information
albert-github committed Feb 23, 2019
1 parent d562d7a commit a1a8e49
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions doc/commands.doc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Structural indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmddef \\def <name>

\addindex \\def
Expand All @@ -463,7 +463,7 @@ Structural indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmddefgroup \\defgroup <name> (group title)

\addindex \\defgroup
Expand Down Expand Up @@ -515,7 +515,7 @@ Structural indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmdexample \\example[{lineno}] <file-name>

\addindex \\example
Expand Down Expand Up @@ -553,7 +553,7 @@ Structural indicators

\sa section \ref cmdinclude "\\include".

</p><hr>
<hr>
\section cmdendinternal \\endinternal

\addindex \\endinternal
Expand Down Expand Up @@ -612,7 +612,7 @@ Structural indicators
\note In the above example \ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF"
has been set to \c YES in the configuration file.

</p><hr>
<hr>
\section cmdfn \\fn (function declaration)

\addindex \\fn
Expand Down Expand Up @@ -650,7 +650,7 @@ Structural indicators
\sa sections \ref cmdvar "\\var", \ref cmdproperty "\\property", and
\ref cmdtypedef "\\typedef".

</p><hr>
<hr>
\section cmdheaderfile \\headerfile <header-file> [<header-name>]

\addindex \\headerfile
Expand Down Expand Up @@ -836,7 +836,7 @@ Structural indicators
\ref cmdpublic "\\public", \ref cmdprotected "\\protected" and
\ref cmdprivate "\\private".

</p><hr>
<hr>
\section cmdname \\name [(header)]

\addindex \\name
Expand Down Expand Up @@ -904,7 +904,7 @@ Structural indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmdpackage \\package <name>

\addindex \\package
Expand Down Expand Up @@ -945,7 +945,7 @@ Structural indicators
\ref cmdsubsection "\\subsection", and section
\ref cmdref "\\ref".

</p><hr>
<hr>
\section cmdprivate \\private

\addindex \\private
Expand Down Expand Up @@ -1092,7 +1092,7 @@ Structural indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmdrelated \\related <name>

\addindex \\related
Expand Down Expand Up @@ -1255,7 +1255,7 @@ Section indicators
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmdauthors \\authors { list of authors }

\addindex \\authors
Expand Down Expand Up @@ -1606,7 +1606,7 @@ ALIASES = "english=\if english" \
for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen.
\endlatexonly

</p><hr>
<hr>
\section cmdparam \\param [(dir)] <parameter-name> { parameter description }

\addindex \\param
Expand Down Expand Up @@ -2228,7 +2228,7 @@ Commands for displaying examples
\ref cmdskipline "\\skipline", \ref cmduntil "\\until", and
\ref cmdinclude "\\include".

</p><hr>
<hr>
\section cmdinclude \\include[{lineno|doc}] <file-name>

\addindex \\include
Expand Down Expand Up @@ -3526,10 +3526,8 @@ browser generator. Do \e not use these commands in your own documentation.


\htmlonly
</p>
Go to the <a href="htmlcmds.html">next</a> section or return to the
<a href="index.html">index</a>.
<p>
\endhtmlonly

*/

0 comments on commit a1a8e49

Please sign in to comment.