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/fl_open_uri.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/fl_open_uri.cxx')
| -rw-r--r-- | src/fl_open_uri.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index c0aede758..38da38af4 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -59,10 +59,8 @@ static int run_program(const char *program, char **argv, char *msg, int msglen); /** - * Open the specified URI. - * - * fl_open_uri() opens the specified Uniform Resource Identifier (URI) - * using an operating-system dependent program or interface. For URIs + * Opens the specified Uniform Resource Identifier (URI). + * Uses an operating-system dependent program or interface. For URIs * using the "ftp", "http", or "https" schemes, the system default web * browser is used to open the URI, while "mailto" and "news" URIs are * typically opened using the system default mail reader and "file" URIs |
