File tree Expand file tree Collapse file tree 6 files changed +6
-16
lines changed
src/bsoncxx/include/bsoncxx Expand file tree Collapse file tree 6 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 88 <tab type =" filelist" visible =" yes" title =" " intro =" " />
99 <tab type =" globals" visible =" yes" title =" " intro =" " />
1010 </tab >
11- <tab type =" modules" visible =" yes" >
11+ <tab type =" modules" visible =" yes" title = " " intro = " " >
1212 <tab type =" modulelist" visible =" yes" title =" " intro =" " />
1313 <tab type =" modulemembers" visible =" yes" title =" " intro =" " />
1414 </tab >
Original file line number Diff line number Diff line change 1111
1212# The required Doxygen version.
1313# The generated results are sensitive to the release version.
14- our $doxygen_version_required = " 1.11 .0" ;
14+ our $doxygen_version_required = " 1.12 .0" ;
1515
1616# Allow specifying a custom Doxygen binary via the `$DOXYGEN_BINARY` environment variable.
1717our $doxygen_binary = $ENV {DOXYGEN_BINARY } || " doxygen" ;
Original file line number Diff line number Diff line change 6464// / Declares entities representing a BSON document.
6565// /
6666
67- // /
68- // / @namespace bsoncxx::exception
69- // / Declares entities related to bsoncxx exceptions and error codes.
70- // /
71-
7267// /
7368// / @namespace bsoncxx::stdx
7469// / Declares C++17 standard library polyfills.
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ namespace basic {
5757// / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
5858v_noabi::concatenate_doc concatenate (v_noabi::document::view_or_value doc);
5959
60- // / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value doc )
61- v_noabi::concatenate_doc concatenate (v_noabi::array::view_or_value doc );
60+ // / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value array )
61+ v_noabi::concatenate_array concatenate (v_noabi::array::view_or_value array );
6262
6363} // namespace basic
6464} // namespace builder
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ namespace builder {
140140// / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
141141v_noabi::builder::concatenate_doc concatenate (v_noabi::document::view_or_value doc);
142142
143- // / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value doc )
144- v_noabi::builder::concatenate_doc concatenate (v_noabi::array::view_or_value doc );
143+ // / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::array::view_or_value array )
144+ v_noabi::builder::concatenate_array concatenate (v_noabi::array::view_or_value array );
145145
146146} // namespace builder
147147} // namespace bsoncxx
Original file line number Diff line number Diff line change 375375// / @copydoc bsoncxx::document
376376// /
377377
378- // /
379- // / @namespace bsoncxx::v_noabi::exception
380- // / @copydoc bsoncxx::exception
381- // /
382-
383378// /
384379// / @namespace bsoncxx::v_noabi::stdx
385380// / @copydoc bsoncxx::stdx
You can’t perform that action at this time.
0 commit comments