Commit a761e410 by Jim Stichnoth

Turn on anonymous namespaces.

Once again, the configuration file that comes with Doxygen seems to have defaults set for those generating API Documentation and not for documenting the code in a whole project. With this turned off, even todos and such are ignored in an anonymous namespace. BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1501503002 .
parent 0437ae82
......@@ -441,7 +441,7 @@ EXTRACT_LOCAL_METHODS = NO
# are hidden.
# The default value is: NO.
EXTRACT_ANON_NSPACES = NO
EXTRACT_ANON_NSPACES = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment