Fix Doxygen for Realpath()
This commit is contained in:
parent
e2b2bfb285
commit
78116c5574
@ -29,8 +29,7 @@
|
|||||||
///
|
///
|
||||||
/// Makes an absolute filename, resolving symbolic links etc.
|
/// Makes an absolute filename, resolving symbolic links etc.
|
||||||
/// @param _path Input path
|
/// @param _path Input path
|
||||||
/// @param resolved_path Output path, allocated by caller
|
/// @return real path, to be free()'d
|
||||||
/// @return (points to resolved_path)
|
|
||||||
char *Realpath(const char *_path);
|
char *Realpath(const char *_path);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user