diff options
author | albert-github <albert.tests@gmail.com> | 2018-10-29 12:11:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-10-29 12:11:22 (GMT) |
commit | d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1 (patch) | |
tree | 9a159a1521745751b087b6dc9b3caf91eab0052f /src/commentscan.h | |
parent | 94701b844c77861bc39a077bd5c91b52faa2d3f1 (diff) | |
download | Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.zip Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.tar.gz Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.tar.bz2 |
Spelling of the word Javadoc
The current spelling (also for the older versions) is Javadoc.
Changed on all possible documentation visible places (external and internal).
Diffstat (limited to 'src/commentscan.h')
-rw-r--r-- | src/commentscan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commentscan.h b/src/commentscan.h index e202f0a..d324969 100644 --- a/src/commentscan.h +++ b/src/commentscan.h @@ -40,7 +40,7 @@ class ParserInterface; * @param[in,out] lineNr The line number at which the comment block was found. * When the function returns it will be set to the last line parsed. * @param[in] isBrief TRUE iff this comment block represents a brief description. - * @param[in] isJavaDocStyle TRUE iff this comment block is in "JavaDoc" style. + * @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 @@ -65,7 +65,7 @@ bool parseCommentBlock(ParserInterface *parser, const QCString &fileName, int &lineNr, bool isBrief, - bool isJavaDocStyle, + bool isJavadocStyle, bool isInbody, Protection &prot, int &position, |