Skip to content

CXX-3085 Upgrade to Doxygen 1.12.0 #1188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<tab type="filelist" visible="yes" title="" intro=""/>
<tab type="globals" visible="yes" title="" intro=""/>
</tab>
<tab type="modules" visible="yes">
<tab type="modules" visible="yes" title="" intro="">
<tab type="modulelist" visible="yes" title="" intro=""/>
<tab type="modulemembers" visible="yes" title="" intro=""/>
</tab>
Expand Down
2 changes: 1 addition & 1 deletion etc/generate-apidocs-from-tag.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# The required Doxygen version.
# The generated results are sensitive to the release version.
our $doxygen_version_required = "1.11.0";
our $doxygen_version_required = "1.12.0";

# Allow specifying a custom Doxygen binary via the `$DOXYGEN_BINARY` environment variable.
our $doxygen_binary = $ENV{DOXYGEN_BINARY} || "doxygen";
Expand Down
5 changes: 0 additions & 5 deletions src/bsoncxx/include/bsoncxx/doc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
/// Declares entities representing a BSON document.
///

///
/// @namespace bsoncxx::exception
/// Declares entities related to bsoncxx exceptions and error codes.
///

///
/// @namespace bsoncxx::stdx
/// Declares C++17 standard library polyfills.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ namespace basic {
/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
v_noabi::concatenate_doc concatenate(v_noabi::document::view_or_value doc);

/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value doc)
v_noabi::concatenate_doc concatenate(v_noabi::array::view_or_value doc);
/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value array)
v_noabi::concatenate_array concatenate(v_noabi::array::view_or_value array);

} // namespace basic
} // namespace builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ namespace builder {
/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
v_noabi::builder::concatenate_doc concatenate(v_noabi::document::view_or_value doc);

/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value doc)
v_noabi::builder::concatenate_doc concatenate(v_noabi::array::view_or_value doc);
/// @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value array)
v_noabi::builder::concatenate_array concatenate(v_noabi::array::view_or_value array);

} // namespace builder
} // namespace bsoncxx
Expand Down
5 changes: 0 additions & 5 deletions src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,6 @@
/// @copydoc bsoncxx::document
///

///
/// @namespace bsoncxx::v_noabi::exception
/// @copydoc bsoncxx::exception
///

///
/// @namespace bsoncxx::v_noabi::stdx
/// @copydoc bsoncxx::stdx
Expand Down