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 8
8
<tab type =" filelist" visible =" yes" title =" " intro =" " />
9
9
<tab type =" globals" visible =" yes" title =" " intro =" " />
10
10
</tab >
11
- <tab type =" modules" visible =" yes" >
11
+ <tab type =" modules" visible =" yes" title = " " intro = " " >
12
12
<tab type =" modulelist" visible =" yes" title =" " intro =" " />
13
13
<tab type =" modulemembers" visible =" yes" title =" " intro =" " />
14
14
</tab >
Original file line number Diff line number Diff line change 11
11
12
12
# The required Doxygen version.
13
13
# 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" ;
15
15
16
16
# Allow specifying a custom Doxygen binary via the `$DOXYGEN_BINARY` environment variable.
17
17
our $doxygen_binary = $ENV {DOXYGEN_BINARY } || " doxygen" ;
Original file line number Diff line number Diff line change 64
64
// / Declares entities representing a BSON document.
65
65
// /
66
66
67
- // /
68
- // / @namespace bsoncxx::exception
69
- // / Declares entities related to bsoncxx exceptions and error codes.
70
- // /
71
-
72
67
// /
73
68
// / @namespace bsoncxx::stdx
74
69
// / Declares C++17 standard library polyfills.
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ namespace basic {
57
57
// / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
58
58
v_noabi::concatenate_doc concatenate (v_noabi::document::view_or_value doc);
59
59
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 );
62
62
63
63
} // namespace basic
64
64
} // namespace builder
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ namespace builder {
140
140
// / @ref bsoncxx::v_noabi::builder::concatenate(v_noabi::document::view_or_value doc)
141
141
v_noabi::builder::concatenate_doc concatenate (v_noabi::document::view_or_value doc);
142
142
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 );
145
145
146
146
} // namespace builder
147
147
} // namespace bsoncxx
Original file line number Diff line number Diff line change 375
375
// / @copydoc bsoncxx::document
376
376
// /
377
377
378
- // /
379
- // / @namespace bsoncxx::v_noabi::exception
380
- // / @copydoc bsoncxx::exception
381
- // /
382
-
383
378
// /
384
379
// / @namespace bsoncxx::v_noabi::stdx
385
380
// / @copydoc bsoncxx::stdx
You can’t perform that action at this time.
0 commit comments