Skip to content

Commit 87cfc27

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/javadoc-banner.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
void cstyle( int theory );
1111

12-
/*******************************************************************************
12+
/******************************************************************************
1313
* A brief history of JavaDoc-style (C-style) banner comments.
1414
*
1515
* This is the typical JavaDoc-style C-style "banner" comment. It starts with
@@ -30,7 +30,7 @@ void cstyle( int theory );
3030
******************************************************************************/
3131
void javadocBanner( int theory );
3232

33-
/***************************************************************************//**
33+
/**************************************************************************//**
3434
* A brief history of Doxygen-style banner comments.
3535
*
3636
* This is a Doxygen-style C-style "banner" comment. It starts with a "normal"

0 commit comments

Comments
 (0)