-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0a82fb
commit 9fe16c8
Showing
2 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Test the various ways the | ||
// brief can be specified | ||
|
||
#if 0 | ||
/**brief | ||
*/ | ||
void f1(); | ||
|
||
/** brief | ||
*/ | ||
void f2(); | ||
|
||
/** brief | ||
continued | ||
*/ | ||
void f3(); | ||
|
||
/** pre | ||
|
||
@brief brief | ||
|
||
post | ||
*/ | ||
void f4(); | ||
#endif | ||
|
||
/** brief @b bold it | ||
continues to the line. | ||
*/ | ||
void f5(); | ||
|
||
/** brief | ||
many lined | ||
@b bold | ||
what will | ||
happen? | ||
*/ | ||
void f6(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters