Skip to content

Commit 7129cb5

Browse files
committed
Add doxygen group for free function
1 parent 9331630 commit 7129cb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Foo/include/foo/Foo.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ int pairJaggedArrayInput(std::vector<std::vector<std::pair<int, int>>> data);
7070
int pairJaggedArrayRefInput(const std::vector<std::vector<std::pair<int, int>>>& data);
7171
//! @}
7272

73+
//! @defgroup FreeFunction Free function usage.
74+
//! @{
7375
/*! @brief Free function in foo namespace.
7476
* @param level Scope level.*/
7577
void freeFunction(int level);
7678
/*! @brief Free function in foo namespace.
7779
* @param level Scope level.*/
7880
void freeFunction(int64_t level);
81+
//! @}
7982

8083
//! @brief Class Foo.
8184
class Foo {

0 commit comments

Comments
 (0)