Skip to content

Commit c110372

Browse files
committed
fix: exclude Boost.Describe stuff from MrDocs self-documentation
1 parent a622c3c commit c110372

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/mrdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ implementation-defined:
1414
- 'mrdocs::report::detail'
1515
- 'mrdocs::dom::detail'
1616
exclude-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'
1822
multipage: true
1923
generator: adoc
2024
cmake: '-D MRDOCS_DOCUMENTATION_BUILD=ON'

include/mrdocs/Metadata/Symbol/SymbolDescribeMapper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DomCorpus;
2929
namespace detail {
3030

3131
/** Helper to determine if a member should be mapped based on its value.
32-
*/
32+
*/
3333
template <typename T>
3434
constexpr bool
3535
shouldMapValue(T const& value)

0 commit comments

Comments
 (0)