summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-06 19:07:08 (GMT)
committerGitHub <noreply@github.com>2019-11-06 19:07:08 (GMT)
commit63f58f8831d779db06b717aa78010048a9f58000 (patch)
tree8345e0fdb8e62ea364b2175838b9d6e83b72eaba /src/xmlgen.cpp
parent3b4eee542354d553f195f71d98dac5dc040ba826 (diff)
parente6c910b1480e4cdba1a8054d2c0d1442c483cd9b (diff)
downloadDoxygen-63f58f8831d779db06b717aa78010048a9f58000.zip
Doxygen-63f58f8831d779db06b717aa78010048a9f58000.tar.gz
Doxygen-63f58f8831d779db06b717aa78010048a9f58000.tar.bz2
Merge pull request #7377 from albert-github/feature/bug_spell_src
Spelling corrections for src directory
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 4950778..9e76d6f 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -430,7 +430,7 @@ void writeXMLCodeBlock(FTextStream &t,FileDef *fd)
fd, // fileDef
-1, // startLine
-1, // endLine
- FALSE, // inlineFragement
+ FALSE, // inlineFragment
0, // memberDef
TRUE // showLineNumbers
);
@@ -899,7 +899,7 @@ static void generateXMLForMember(const MemberDef *md,FTextStream &ti,FTextStream
md->argsString()) // define
{
if (md->argumentList().empty()) // special case for "foo()" to
- // disguish it from "foo".
+ // distinguish it from "foo".
{
t << " <param></param>" << endl;
}