Skip to content

Commit

Permalink
docs: antora-cpp-reference-extension v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Jan 2, 2025
1 parent 560e6d9 commit 51c9118
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
49 changes: 18 additions & 31 deletions doc/mrdocs.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,30 @@
# Input
source-root: ..
# Directories that contain documented source files
input:
# Directories that contain documented source files
include:
- ../include
# Patterns to filter out the source-files in the directories
file-patterns:
- '*.hpp'
- ../include
# Patterns to filter out the source-files in the directories
file-patterns:
- '*.hpp'

# Filters
filters:
symbols:
exclude:
# We don't want namespace pages for other libraries
- 'std'
- 'std::*'
- 'boost::system'
- 'boost::empty_'
- 'boost::system::*'
# Exclude implementation details
- 'boost::urls::detail'
- 'boost::urls::*::detail'
# Exclude implementation details defined elsewhere
- 'boost::urls::*_unsafe'
- 'boost::urls::*_t'
- 'boost::urls::make_error_code'
- 'boost::urls::make_void'
- 'boost::urls::grammar::*_t'
- 'boost::urls::grammar::make_error_*'
- 'boost::urls::grammar::operator_*'
- 'boost::urls::string_token::*_t'
include:
- 'boost::urls::no_value_t'
inaccessible-members: never
inaccessible-bases: never
include-symbols:
- 'boost::urls::**'
exclude-symbols:
implementation-defined:
- 'boost::urls::detail'
- 'boost::urls::**::detail'
- 'boost::urls::*_unsafe'
- 'boost::urls::*_t'
- 'boost::urls::make_error_code'
- 'boost::urls::make_void'
- 'boost::urls::implementation_defined'
- 'boost::urls::grammar::implementation_defined'
- 'boost::urls::string_token::implementation_defined'
- 'boost::urls::grammar::*_t'
- 'boost::urls::grammar::make_error_*'
- 'boost::urls::grammar::operator_*'
- 'boost::urls::string_token::*_t'
see-below:
- 'boost::urls::see_below'
- 'boost::urls::grammar::see_below'
Expand Down
22 changes: 17 additions & 5 deletions doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"antora": "3.1.3"
},
"dependencies": {
"@cppalliance/antora-cpp-reference-extension": "^0.0.5",
"@cppalliance/antora-cpp-reference-extension": "^0.0.6",
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
"@cppalliance/asciidoctor-boost-links": "^0.0.2",
"@antora/expand-path-helper": "^2.0.0",
Expand Down

0 comments on commit 51c9118

Please sign in to comment.