diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-27 14:41:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-27 14:41:50 +0300 |
commit | a5f0fd7c46f35cf329559763e93f198921181b20 (patch) | |
tree | 5787fbc3cb6d3d5c85db06ed6d9451ebe0c4c56c /include/winapi/utf8.hpp | |
parent | docs: set some Doxygen parameters (diff) | |
download | winapi-utf8-a5f0fd7c46f35cf329559763e93f198921181b20.tar.gz winapi-utf8-a5f0fd7c46f35cf329559763e93f198921181b20.zip |
consistent Doxygen command prefix
Diffstat (limited to '')
-rw-r--r-- | include/winapi/utf8.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/winapi/utf8.hpp b/include/winapi/utf8.hpp index c5ec9ac..f2cee4e 100644 --- a/include/winapi/utf8.hpp +++ b/include/winapi/utf8.hpp @@ -4,8 +4,8 @@ // Distributed under the MIT License. /** - * @file - * @brief UTF-8 <-> UTF-16 conversion functions + * \file + * \brief UTF-8 <-> UTF-16 conversion functions */ #pragma once |