summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-11-29 19:11:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-11-29 19:11:02 (GMT)
commit02aa9b678dbeb1867c68278045b28d7bc1683f7c (patch)
treeae4f833eab5f7b63e139145daee905c412ebd229 /src/config.l
parent05930245579c006f2b5bfca53e0a1976d682f9b8 (diff)
downloadDoxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.zip
Doxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.tar.gz
Doxygen-02aa9b678dbeb1867c68278045b28d7bc1683f7c.tar.bz2
Release-1.3.9.1-20041129
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index be17859..bd0210f 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1856,6 +1856,14 @@ void Config::create()
"don't exist or using markup commands wrongly. \n",
TRUE
);
+ cb = addBool( "WARN_NO_PARAMDOC",
+ "This WARN_NO_PARAMDOC option can be abled to get warnings for \n"
+ "functions that are documented, but have no documentation for their parameters \n"
+ "or return value. If set to NO (the default) doxygen will only warn about \n"
+ "wrong or incomplete parameter documentation, but not about the absence of \n"
+ "documentation.\n",
+ FALSE
+ );
cs = addString(
"WARN_FORMAT",
"The WARN_FORMAT tag determines the format of the warning messages that \n"