Skip to content

Commit 070e168

Browse files
committed
Escape characters in section headers
Added some escape characters in section headers
1 parent aae3a18 commit 070e168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc_internal/commands_internal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and the version in which they were introduced.
4444
\since doxygen version 1.8.19
4545

4646
<hr>
47-
\section cmdifile \\ifile <filename>
47+
\section cmdifile \\ifile \<filename\>
4848
\addindex \\ifile
4949

5050
Internal doxygen command to reset the current filename in a documentation block
@@ -54,7 +54,7 @@ and the version in which they were introduced.
5454
\since doxygen version 1.9.5
5555

5656
<hr>
57-
\section cmdiline \\iline <linenr>
57+
\section cmdiline \\iline \<linenr\>
5858
\addindex \\iline
5959

6060
Internal doxygen command to reset the current line counter in a documentation block
@@ -64,7 +64,7 @@ and the version in which they were introduced.
6464
\since doxygen version 1.9.2
6565

6666
<hr>
67-
\section cmdicode \\icode['{'<word>'}']
67+
\section cmdicode \\icode['{'\<word\>'}']
6868

6969
\addindex \\icode
7070
This command has a similar syntax and function as the command `\code`, but is internally used
@@ -84,7 +84,7 @@ and the version in which they were introduced.
8484
\since doxygen version 1.9.5
8585

8686
<hr>
87-
\section cmdiliteral \\iliteral['{'<option>'}']
87+
\section cmdiliteral \\iliteral['{'\<option\>'}']
8888
\addindex \\iliteral
8989

9090
This command is to replace the Java documentation commands `{@literal .... }` and

0 commit comments

Comments
 (0)