diff options
| author | engelsman <engelsman> | 2010-10-23 16:34:22 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2010-10-23 16:34:22 +0000 |
| commit | 455b8c4a8456c4039fb0cb044ad3f8228ab730ec (patch) | |
| tree | 1db7dcef8f5562bb30808fd24fd4a36b2a4dc1f5 /FL | |
| parent | 0cbfd64a282ac8fe40122820154f6d36f619ad07 (diff) | |
reworked doxygen comments for Fl::arg() and Fl::args() - part 1
harmonised parameter names in Fl.H and Fl_arg.cxx and reworked
doxygen comments to make them a bit clearer. More work required.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7729 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -176,9 +176,9 @@ public: static double version(); // argument parsers: - static int arg(int, char**, int&); - static int args(int, char**, int&, Fl_Args_Handler ah = 0); - static void args(int, char**); + static int arg(int argc, char **argv, int& i); + static int args(int argc, char **argv, int& i, Fl_Args_Handler cb = 0); + static void args(int argc, char **argv); /** Usage string displayed if Fl::args() detects an invalid argument. This may be changed to point to customized text at run-time. |
