66# Patterns to filter out the source-files in the directories
77file-patterns :
88 - ' *.hpp'
9- exclude :
10- - ' ../include/boost/url/impl'
11- - ' ../include/boost/url/grammar/impl'
12- - ' ../include/boost/url/rfc/impl'
9+ # exclude:
10+ # - '../boost/libs/test'
11+ # - '../include/boost/test/impl'
1312
1413# Filters
1514include-symbols :
16- - ' boost::urls ::**'
17- see-below :
18- - ' boost::urls::format_arg'
19- - ' boost::urls::named_arg'
20- - ' boost::urls::see_below'
21- - ' boost::urls::*_t'
22- - ' boost::urls::grammar::see_below'
23- - ' boost::urls::string_token::see_below'
24- - ' boost::urls::decode_view::iterator'
25- - ' boost::urls::params_base::iterator'
26- - ' boost::urls::params_encoded_base::iterator'
27- - ' boost::urls::segments_base::iterator'
28- - ' boost::urls::segments_encoded_base::iterator'
29- implementation-defined :
30- - ' boost::urls::detail'
31- - ' boost::urls::**::detail'
32- - ' boost::urls::*_unsafe'
33- - ' boost::urls::make_error_code'
34- - ' boost::urls::make_void'
35- - ' boost::urls::implementation_defined'
36- - ' boost::urls::grammar::implementation_defined'
37- - ' boost::urls::string_token::implementation_defined'
38- - ' boost::urls::grammar::*_t'
39- - ' boost::urls::grammar::make_error_*'
40- - ' boost::urls::grammar::operator_*'
41- - ' boost::urls::string_token::*_t'
42- exclude-symbols :
43- - ' boost::urls::void_t'
15+ - ' boost::openmethod ::**'
16+ # see-below:
17+ # - 'boost::urls::format_arg'
18+ # - 'boost::urls::named_arg'
19+ # - 'boost::urls::see_below'
20+ # - 'boost::urls::*_t'
21+ # - 'boost::urls::grammar::see_below'
22+ # - 'boost::urls::string_token::see_below'
23+ # - 'boost::urls::decode_view::iterator'
24+ # - 'boost::urls::params_base::iterator'
25+ # - 'boost::urls::params_encoded_base::iterator'
26+ # - 'boost::urls::segments_base::iterator'
27+ # - 'boost::urls::segments_encoded_base::iterator'
28+ # implementation-defined:
29+ # - 'boost::urls::detail'
30+ # - 'boost::urls::**::detail'
31+ # - 'boost::urls::*_unsafe'
32+ # - 'boost::urls::make_error_code'
33+ # - 'boost::urls::make_void'
34+ # - 'boost::urls::implementation_defined'
35+ # - 'boost::urls::grammar::implementation_defined'
36+ # - 'boost::urls::string_token::implementation_defined'
37+ # - 'boost::urls::grammar::*_t'
38+ # - 'boost::urls::grammar::make_error_*'
39+ # - 'boost::urls::grammar::operator_*'
40+ # - 'boost::urls::string_token::*_t'
41+ # exclude-symbols:
42+ # - 'boost::urls::void_t'
4443
4544# Metadata Extraction
4645private-bases : false
4746
4847# Generator
4948generate : adoc
50- base-url : https://www.github.com/boostorg/url /blob/develop/ # boost/url/url_view.hpp
49+ base-url : https://www.github.com/boostorg/openmethod /blob/develop/ # boost/url/url_view.hpp
5150
5251# Style
5352verbose : true
5453multipage : true
5554
5655# The target for MrDocs simply includes all symbols defined in all
5756# headers with the appropriate compilation options.
58- # Nothing else should be included in the MrDocs configuration or
57+ # Nothing else should be included in the MrDocs configuration or
5958# would be useful to MrDocs.
6059#
6160# This single source file not only includes all symbols (the source
@@ -75,4 +74,4 @@ multipage: true
7574# The other options are set just to ensure other targets are
7675# ignored even if these options are set as ON in the cache.
7776#
78- cmake : ' -D BOOST_URL_MRDOCS_BUILD =ON -D CMAKE_CXX_STANDARD=20 -D BOOST_URL_BUILD_FUZZERS =OFF -D BOOST_URL_BUILD_EXAMPLES=OFF -D BOOST_URL_BUILD_TESTS =OFF -D BUILD_TESTING=OFF'
77+ cmake : ' -D BOOST_OPENMETHOD_MRDOCS_BUILD =ON -D CMAKE_CXX_STANDARD=20 -D BOOST_OPENMETHOD_BUILD_EXAMPLES =OFF -D BOOST_OPENMETHOD_BUILD_TESTS =OFF -D BUILD_TESTING=OFF'
0 commit comments