File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
include/mrdocs/Metadata/Symbol Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ implementation-defined:
1414 - ' mrdocs::report::detail'
1515 - ' mrdocs::dom::detail'
1616exclude-symbols :
17- - ' boost::describe::**'
17+ - ' boost_base_descriptor_fn'
18+ - ' boost_public_member_descriptor_fn'
19+ - ' boost_protected_member_descriptor_fn'
20+ - ' boost_private_member_descriptor_fn'
21+ - ' boost_enum_descriptor_fn'
1822multipage : true
1923generator : adoc
2024cmake : ' -D MRDOCS_DOCUMENTATION_BUILD=ON'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class DomCorpus;
2929namespace detail {
3030
3131/* * Helper to determine if a member should be mapped based on its value.
32- */
32+ */
3333template <typename T>
3434constexpr bool
3535shouldMapValue (T const & value)
You can’t perform that action at this time.
0 commit comments