diff options
| author | Matthias Melcher <git@matthiasm.com> | 2020-01-14 19:21:58 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2020-01-14 19:21:58 +0100 |
| commit | ed80d9cef0c321012c65c31104be66dc64bf2fad (patch) | |
| tree | 3e1121bbc85efe374bc9fd1c5dd4de6e975ed9db /src/fl_utf8.cxx | |
| parent | 006d71c663112316c49ff50f395f7d0aef8ebfe8 (diff) | |
Fixed some documentation for Fl_Preferences and fl_make_path.
Diffstat (limited to 'src/fl_utf8.cxx')
| -rw-r--r-- | src/fl_utf8.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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)) { |
