Merge lp:~michihenning/unity-api/fix-doxygen-config into lp:unity-api

Proposed by Michi Henning
Status: Merged
Approved by: Jussi Pakkanen
Approved revision: 54
Merged at revision: 54
Proposed branch: lp:~michihenning/unity-api/fix-doxygen-config
Merge into: lp:unity-api
Diff against target: 12 lines (+1/-1)
1 file modified
doc/Doxyfile.in (+1/-1)
To merge this branch: bzr merge lp:~michihenning/unity-api/fix-doxygen-config
Reviewer Review Type Date Requested Status
Jussi Pakkanen (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+168184@code.launchpad.net

Commit message

Changed doxygen config to ignore symbols in any internal namespace, so we don't need to add endless @cond/@endcond pairs
.

Description of the change

Changed doxygen config to ignore symbols in any internal namespace, so we don't need to add endless @cond/@endcond pairs
.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

Yes!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/Doxyfile.in'
2--- doc/Doxyfile.in 2013-05-15 13:28:40 +0000
3+++ doc/Doxyfile.in 2013-06-07 20:57:40 +0000
4@@ -752,7 +752,7 @@
5 # wildcard * is used, a substring. Examples: ANamespace, AClass,
6 # AClass::ANamespace, ANamespace::*Test
7
8-EXCLUDE_SYMBOLS =
9+EXCLUDE_SYMBOLS = *::internal::*
10
11 # The EXAMPLE_PATH tag can be used to specify one or more files or
12 # directories that contain example code fragments that are included (see

Subscribers

People subscribed via source and target branches

to all changes: