summaryrefslogtreecommitdiffstats
path: root/src/clangparser.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-12-23 21:51:37 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-12-23 21:51:37 (GMT)
commit31527356a50262ede3564156550260526d8470e2 (patch)
treeb67c09f94517282deb2d14d0576a945a81c1856d /src/clangparser.h
parentba9a873b8cfa84c5e1d31fb62327184f43864c26 (diff)
downloadDoxygen-31527356a50262ede3564156550260526d8470e2.zip
Doxygen-31527356a50262ede3564156550260526d8470e2.tar.gz
Doxygen-31527356a50262ede3564156550260526d8470e2.tar.bz2
Corrected some inconsistencies in the comments
Diffstat (limited to 'src/clangparser.h')
-rw-r--r--src/clangparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clangparser.h b/src/clangparser.h
index 214ea50..6072208 100644
--- a/src/clangparser.h
+++ b/src/clangparser.h
@@ -16,7 +16,7 @@ class ClangParser
/** Start parsing a file.
* @param[in] fileName The name of the file to parse.
- * @param[in,out] filesInTanslationUnit Other files that are
+ * @param[in,out] filesInTranslationUnit Other files that are
* part of the input and included by the file.
* The function will return a subset of the files,
* only including the onces that were actually found
@@ -26,7 +26,7 @@ class ClangParser
/** Switches to another file within the translation unit started
* with start().
- * @param[in] The name of the file to switch to.
+ * @param[in] fileName The name of the file to switch to.
*/
void switchToFile(const char *fileName);