summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-10-29 19:41:45 (GMT)
committerGitHub <noreply@github.com>2018-10-29 19:41:45 (GMT)
commitf84d7f538cc551d969b23ad591b4fe6c9f311c15 (patch)
treeced98761610ab0c8879789b6bcaa0030f0dacf0c /src
parent792bd94f862c8e3e15dc5742f52eeddc6e46c8cf (diff)
parentd42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1 (diff)
downloadDoxygen-f84d7f538cc551d969b23ad591b4fe6c9f311c15.zip
Doxygen-f84d7f538cc551d969b23ad591b4fe6c9f311c15.tar.gz
Doxygen-f84d7f538cc551d969b23ad591b4fe6c9f311c15.tar.bz2
Merge pull request #6582 from albert-github/feature/bug_docu_Javadoc
Spelling of the word Javadoc
Diffstat (limited to 'src')
-rw-r--r--src/commentscan.h4
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,