Skip to content

Commit 2e70e4e

Browse files
committed
Group topic pages by library + reword titles
1 parent 9e34625 commit 2e70e4e

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

src/bsoncxx/include/bsoncxx/doc.hpp

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,14 @@
9090
///
9191

9292
///
93-
/// @page topic-bsoncxx-examples Using the bsoncxx Library
93+
/// @page topic-bsoncxx The bsoncxx Library
94+
/// @brief Topics relating to the bsoncxx library.
95+
/// @li @subpage topic-bsoncxx-examples
96+
/// @li @subpage topic-bsoncxx-about
97+
///
98+
99+
///
100+
/// @page topic-bsoncxx-examples How-To Guides
94101
/// @brief Examples of how to use the bsoncxx library.
95102
/// @li @subpage topic-bsoncxx-examples-bson-documents
96103
/// @li @subpage topic-bsoncxx-examples-bson-errors
@@ -141,16 +148,6 @@
141148
///
142149

143150
///
144-
/// @page topic-mongocxx-examples Using the mongocxx Library
145-
/// @brief Examples of how to use the bsoncxx library.
146-
///
147-
148-
///
149-
/// @page topic-bsoncxx-about About the bsoncxx Library
151+
/// @page topic-bsoncxx-about Explanation
150152
/// @brief Design decisions, history, and other technical details about the bsoncxx library.
151153
///
152-
153-
///
154-
/// @page topic-mongocxx-about About the mongocxx Library
155-
/// @brief Design decisions, history, and other technical details about the mongocxx library.
156-
///

src/mongocxx/include/mongocxx/doc.hpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,20 @@
8484
/// @warning These redeclarations are for internal use only! Users should reference entities
8585
/// declared in @ref bsoncxx directly, not through @ref mongocxx.
8686
///
87+
88+
///
89+
/// @page topic-mongocxx The mongocxx Library
90+
/// @brief Topics relating to the mongocxx library.
91+
/// @li @subpage topic-mongocxx-examples
92+
/// @li @subpage topic-mongocxx-about
93+
///
94+
95+
///
96+
/// @page topic-mongocxx-examples How-To Guides
97+
/// @brief Examples of how to use the mongocxx library.
98+
///
99+
100+
///
101+
/// @page topic-mongocxx-about Explanation
102+
/// @brief Design decisions, history, and other technical details about the mongocxx library.
103+
///

0 commit comments

Comments
 (0)