From ed80d9cef0c321012c65c31104be66dc64bf2fad Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 14 Jan 2020 19:21:58 +0100 Subject: Fixed some documentation for Fl_Preferences and fl_make_path. --- src/fl_utf8.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fl_utf8.cxx') diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index 7f40a6bb8..c0f681e49 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -544,6 +544,9 @@ int fl_rename(const char* f, const char *n) { This function creates a \p path in the file system by recursively creating all directories. + + \param[in] path a Unix style ('/' forward slashes) absolute or relative pathname + \return 1 if the path was created, 0 if creating the path failed at some point */ char fl_make_path( const char *path ) { if (fl_access(path, 0)) { -- cgit v1.2.3