Skip to content

Commit

Permalink
correct language for since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Sep 26, 2024
1 parent fb0d2e0 commit 98a7f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ First, always make sure that you have documented your function, especially if it
is public facing. Stumpless uses [doxygen](https://www.doxygen.nl/index.html) to
generate its documentation from the header files. You can use the `docs` build
target to generate them, provided that doxygen was installed when you ran cmake.
Be sure to an include an `@since` tag with the current version of the library
under work, so that it is clearn when it was introduced.
Be sure to include an `@since` tag with the current version (the project version
at the top of `CMakeLists.txt`) so that when it was introduced is clear.

As you look at other functions, you will see that each function documents its
thread and async safety attributes in addition to its functionality. There is
Expand Down

0 comments on commit 98a7f9c

Please sign in to comment.