summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-01 18:01:11 (GMT)
committerGitHub <noreply@github.com>2020-10-01 18:01:11 (GMT)
commit643df193c978c7c526a7300ab75e3158d070a132 (patch)
treeec7b6bec853097b33e3a814d25e12314222e503f
parent02b8dea10813606db4a013799a3e354368d0280f (diff)
parenta4a7f0a5494c5232c61859dc4e17d0043a31693c (diff)
downloadDoxygen-643df193c978c7c526a7300ab75e3158d070a132.zip
Doxygen-643df193c978c7c526a7300ab75e3158d070a132.tar.gz
Doxygen-643df193c978c7c526a7300ab75e3158d070a132.tar.bz2
Merge pull request #8067 from albert-github/feature/bug_int_docu
Warning in internal documentation
-rw-r--r--src/clangparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clangparser.h b/src/clangparser.h
index 8ee1bdb..f948c33 100644
--- a/src/clangparser.h
+++ b/src/clangparser.h
@@ -30,7 +30,7 @@ class ClangTUParser
void parse();
/** Switches to another file within the translation unit started with start().
- * @param[in] fileName The name of the file to switch to.
+ * @param[in] fd The file definition with the name of the file to switch to.
*/
void switchToFile(FileDef *fd);