From 78116c5574e75481f7631635166b7c27609956e7 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 3 Feb 2021 09:47:16 +0100 Subject: [PATCH] Fix Doxygen for Realpath() --- src/realpath.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/realpath.h b/src/realpath.h index 642f3a4a..3efde00c 100644 --- a/src/realpath.h +++ b/src/realpath.h @@ -29,8 +29,7 @@ /// /// Makes an absolute filename, resolving symbolic links etc. /// @param _path Input path -/// @param resolved_path Output path, allocated by caller -/// @return (points to resolved_path) +/// @return real path, to be free()'d char *Realpath(const char *_path); #endif