Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 63f8ecd

Browse files
doxygen: exclude std symbols (#1444)
1 parent 2acb674 commit 63f8ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,8 @@ EXCLUDE_PATTERNS =
10661066
EXCLUDE_SYMBOLS = bsoncxx::detail \
10671067
bsoncxx::*::detail \
10681068
mongocxx::detail \
1069-
mongocxx::*::detail
1069+
mongocxx::*::detail \
1070+
std::*
10701071

10711072
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10721073
# that contain example code fragments that are included (see the \include

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /