Skip to content

Commit

Permalink
Doxygen improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Jun 7, 2024
1 parent b7f23cb commit d451f06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/po_file_review.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ namespace i18n_check
/// @details This determines which type of syntax is expected.
enum class po_format_string
{
/// @brief This string is not meant for `printf()`-like functions.
no_format,
/// @brief C/C++ style `printf()`.
ccpp_format,
/// @brief Objective-C.
objc_format
};

Expand Down

0 comments on commit d451f06

Please sign in to comment.