diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-06-11 07:58:28 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-06-11 07:58:28 (GMT) |
commit | 07ee85ebcc91a12df8a92078f33e700e5f9f40e8 (patch) | |
tree | 30cd22ecad5caf15fa470d190298c4e98b02e971 /src/commentscan.h | |
parent | de0997f3baf049e0c312ac4fc9b9b762fdc40e00 (diff) | |
download | Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.zip Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.tar.gz Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.tar.bz2 |
Release-1.4.7
Diffstat (limited to 'src/commentscan.h')
-rw-r--r-- | src/commentscan.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commentscan.h b/src/commentscan.h index b2d3d0d..a30ae61 100644 --- a/src/commentscan.h +++ b/src/commentscan.h @@ -42,6 +42,8 @@ class ParserInterface; * @param[in] isJavaDocStyle TRUE iff this comment block is in "JavaDoc" style. * This means that it starts as a brief description until the end of * the sentences is found and then proceeds as a detailed description. + * @param[in] isInbody TRUE iff this comment block is located in the body of + * a function. * @param[in,out] prot The protection level in which this comment block was * found. Commands in the comment block may override this. * @param[in,out] position The character position within \a comment where the @@ -63,6 +65,7 @@ bool parseCommentBlock(ParserInterface *parser, int lineNr, bool isBrief, bool isJavaDocStyle, + bool isInbody, Protection &prot, int &position, bool &newEntryNeeded |