summaryrefslogtreecommitdiff
path: root/src/fl_open_uri.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-01 17:38:29 +0000
committerManolo Gouy <Manolo>2010-12-01 17:38:29 +0000
commit180ec65687f7aafb4f4b1948a5543628d553802f (patch)
tree5b0e7f8ab7da0aca17c6a9be777229106d716a28 /src/fl_open_uri.cxx
parent04ca835e3aa366d218fe5ffc0cd2da78c0b614f0 (diff)
Doxygen changes to indicate what to #include for functions documented in modules.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7932 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_open_uri.cxx')
-rw-r--r--src/fl_open_uri.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx
index 141744ea9..2277d2ed1 100644
--- a/src/fl_open_uri.cxx
+++ b/src/fl_open_uri.cxx
@@ -57,6 +57,8 @@ static char *path_find(const char *program, char *filename, int filesize);
static int run_program(const char *program, char **argv, char *msg, int msglen);
#endif // !WIN32
+/** \addtogroup filenames
+ @{ */
/**
* Opens the specified Uniform Resource Identifier (URI).
@@ -239,6 +241,7 @@ fl_open_uri(const char *uri, char *msg, int msglen) {
#endif // WIN32
}
+/** @} */
#if !defined(WIN32) && !defined(__APPLE__)
// Find a program in the path...