From 51c9118bb4a5b5b027203d42df6ee2923a3e567a Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Thu, 2 Jan 2025 11:07:15 -0300 Subject: [PATCH] docs: antora-cpp-reference-extension v0.0.6 --- doc/mrdocs.yml | 49 ++++++++++++++++--------------------------- doc/package-lock.json | 22 ++++++++++++++----- doc/package.json | 2 +- 3 files changed, 36 insertions(+), 37 deletions(-) diff --git a/doc/mrdocs.yml b/doc/mrdocs.yml index 1987b5d0b..7e8603de0 100644 --- a/doc/mrdocs.yml +++ b/doc/mrdocs.yml @@ -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' diff --git a/doc/package-lock.json b/doc/package-lock.json index 9dd6bbb07..0ad8ba956 100644 --- a/doc/package-lock.json +++ b/doc/package-lock.json @@ -8,7 +8,7 @@ "@antora/expand-path-helper": "^2.0.0", "@antora/lunr-extension": "^1.0.0-alpha.8", "@asciidoctor/tabs": "^1.0.0-beta.3", - "@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" }, @@ -342,16 +342,17 @@ } }, "node_modules/@cppalliance/antora-cpp-reference-extension": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@cppalliance/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.5.tgz", - "integrity": "sha512-wSJgtb6FF/s3n9ex7HT7dFHimzaLLvkcNsy0CtL74chOGnAXbQlmuK5Jfw0BvgkdBtaazekgRC4lh/Gktw2aFw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@cppalliance/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.6.tgz", + "integrity": "sha512-Weud5Cn9KAoU3+fSA4IZM7THAEA8VPhclH7EfU6SiKSp/Iy92vSItpZioTmVrn0DIVo9tIxxrJXBp5GpSFk6hg==", "dependencies": { "@antora/expand-path-helper": "^2.0.0", "axios": "^1.7.2", "cache-directory": "^2.0.0", "fast-glob": "^3.3.2", "isomorphic-git": "^1.27.1", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.0", + "semver": "^7.6.3" } }, "node_modules/@cppalliance/antora-cpp-tagfiles-extension": { @@ -2400,6 +2401,17 @@ "integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==", "dev": true }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/set-function-length": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", diff --git a/doc/package.json b/doc/package.json index f2e9937e9..fdc1849ba 100644 --- a/doc/package.json +++ b/doc/package.json @@ -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",