diff options
author | 2016-03-16 19:30:11 -0400 | |
---|---|---|
committer | 2016-03-16 19:30:11 -0400 | |
commit | 157de7d935dad7ea732088f0f48d92c925b3bc37 (patch) | |
tree | dc0da6f60cd8e4ed409987dd01cec99b4a35753a | |
parent | 5d52e272bad00b5d9abbcd915b01c16deb6ebbf7 (diff) |
Remove extraneous character (nw)
-rw-r--r-- | doxygen/doxygen.config | 2 |
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. |