Skip to content

Commit 078e450

Browse files
authored
made row of asterisks same length to align them
1 parent 87cfc27 commit 078e450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/docblocks.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Some people like to make their comment blocks more visible in the
109109
documentation. For this purpose you can use the following:
110110

111111
\verbatim
112-
/********************************************//**
112+
/*******************************************//**
113113
* ... text
114114
***********************************************/
115115
\endverbatim
@@ -129,7 +129,7 @@ or
129129
or
130130

131131
\verbatim
132-
/************************************************
132+
/***********************************************
133133
* ... text
134134
***********************************************/
135135
\endverbatim

0 commit comments

Comments
 (0)