diff --git a/src/util/windows.hpp b/src/util/windows.hpp index 8c75829..c170d08 100644 --- a/src/util/windows.hpp +++ b/src/util/windows.hpp @@ -30,7 +30,7 @@ * For those, there are UTF-8 aware implementations in util/fstream.hpp * - Converts UTF-8 to UTF-16 in std::cout and std::cerr if attached to a console * - Interprets ANSI escape sequences in std::cout and std::cerr if attached to a console - * - Provides a Windows implementation of \ref isatty() + * - Provides a Windows implementation of \c isatty() */ #ifndef INNOEXTRACT_UTIL_WINDOWS_HPP #define INNOEXTRACT_UTIL_WINDOWS_HPP