Skip to content

Commit fdda96d

Browse files
committed
Document the only public function
1 parent 13f4123 commit fdda96d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/include/project/Public.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
#define COM_SAXBOPHONE_PROJECT_PUBLIC_HPP
1919

2020
namespace com::saxbophone::project {
21+
/**
22+
* @brief Stub test function for sample project
23+
* @returns Whether the test library "works" or not, which is a vague
24+
* question in of itself
25+
*/
2126
bool library_works();
2227
}
2328

0 commit comments

Comments
 (0)