Skip to content

Commit 0ffc763

Browse files
committed
fix alias formatting
1 parent 227d22b commit 0ffc763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ EXTRA_PACKAGES =
6262
# Project related configuration options
6363
#---------------------------------------------------------------------------
6464

65-
ALIASES += impl="\par Implementation Details\n"
66-
ALIASES += comm="\par Communication Details\n"
67-
ALIASES += except="\par Exceptions\n"
68-
ALIASES += allocs="\par Memory Allocations\n"
65+
ALIASES += impl="<b>Implementation Details</b>\n"
66+
ALIASES += comm="<b>Communication Details</b>\n"
67+
ALIASES += except="<b>Exceptions</b>\n"
68+
ALIASES += allocs="<b>Memory Allocations</b>\n"
6969

7070
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
7171
# path mentioned in the documentation of a class, which tells the reader which

0 commit comments

Comments
 (0)