From 7bced1d2084533c5df323beaa0f0cc055956bb28 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer <~@ds.me> Date: Tue, 7 Jan 2025 05:02:31 +0100 Subject: [PATCH] windows: Fix ref in comment --- src/util/windows.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/windows.hpp b/src/util/windows.hpp index 8c75829c..c170d085 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