diff options
| author | Fabien Costantini <fabien@onepost.net> | 2009-01-20 11:10:29 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2009-01-20 11:10:29 +0000 |
| commit | b00d2bfa421b1f93bad5bb44899510d933fea36a (patch) | |
| tree | 425f1a37700d564c40e60b7c7a94281e742e88fa /src/filename_ext.cxx | |
| parent | 8d590e0ed8bc1f4b4d7886cca0701fcce2e1fe4d (diff) | |
Doxygen documentation
+ Added a new Module section named : File names and URI utility funtions
+ updated the pdf file adequately
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/filename_ext.cxx')
| -rw-r--r-- | src/filename_ext.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index 4be691e58..9389bf2e6 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -29,6 +29,11 @@ #include <FL/filename.H> +/** + Gets the extensions of a filename + \param[in] buf the filename to be parsed + \return a pointer to the extension (including '.') if any or NULL otherwise + */ const char *fl_filename_ext(const char *buf) { const char *q = 0; const char *p = buf; |
