Skip to content

Commit 54d34a2

Browse files
authored
Link Checker Fix (#5826)
* Fixed the link checker error where table headers contained (\# of rows) and (\# of columns) with escaped hash symbols that Doxygen was incorrectly interpreting as malformed links.
1 parent 683f80a commit 54d34a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doxygen/dox/IntroParExamples.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The number of processes that you could use would be 1, 2, 4, or 8. The number of
5151
<table>
5252
<tr>
5353
<th><strong>Processes</strong></th>
54-
<th><strong>Size of count[0](\# of rows) </strong></th>
54+
<th><strong>Size of count[0](&#35; of rows) </strong></th>
5555
</tr><tr>
5656
<td>1</td><td>8</td>
5757
</tr><tr>
@@ -163,7 +163,7 @@ columns that could be written by each slab is as follows:
163163
<table>
164164
<tr>
165165
<th><strong>Processes</strong></th>
166-
<th><strong>Size of count (2)(\# of columns) </strong></th>
166+
<th><strong>Size of count (2)(&#35; of columns) </strong></th>
167167
</tr><tr>
168168
<td>1</td><td>8</td>
169169
</tr><tr>

0 commit comments

Comments
 (0)