summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author balr0g <balrog032@gmail.com>2016-03-16 19:30:11 -0400
committer balr0g <balrog032@gmail.com>2016-03-16 19:30:11 -0400
commit157de7d935dad7ea732088f0f48d92c925b3bc37 (patch)
treedc0da6f60cd8e4ed409987dd01cec99b4a35753a
parent5d52e272bad00b5d9abbcd915b01c16deb6ebbf7 (diff)
Remove extraneous character (nw)
-rw-r--r--doxygen/doxygen.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.config b/doxygen/doxygen.config
index d7115e0ef71..9cdc7792934 100644
--- a/doxygen/doxygen.config
+++ b/doxygen/doxygen.config
@@ -118,7 +118,7 @@ ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = YES
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-1# inherited members of a class in the documentation of that class as if those
+# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.