Skip to content

Commit effa6d9

Browse files
committed
Warnings due to multiple "sectioning" commands inside an \if type construct
Corrected typo for internal documentation
1 parent 36f35b5 commit effa6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commentscan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class CommentScanner
8383
* finds that a the comment block finishes the entry and a new one
8484
* needs to be started.
8585
* @param[in] markdownEnabled Indicates if markdown specific processing should be done.
86-
* @maram[inout] guards Tracks nested conditional sections (if,ifnot,..)
86+
* @param[inout] guards Tracks nested conditional sections (if,ifnot,..)
8787
* @returns TRUE if the comment requires further processing. The
8888
* parameter \a newEntryNeeded will typically be true in this case and
8989
* \a position will indicate the offset inside the \a comment string

0 commit comments

Comments
 (0)