diff options
| author | engelsman <engelsman> | 2010-10-24 12:53:53 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2010-10-24 12:53:53 +0000 |
| commit | 7e2590ddea78989c7998b52bd34f872de00d0fd0 (patch) | |
| tree | 13f30269fe022410dd4af0225edf0cc85e886d7f /documentation/src/examples.dox | |
| parent | 10ebe9f8620a9d38b73b89751a3a53190c34aa26 (diff) | |
reworked doxygen comments for Fl::arg() and Fl::args() - part 2
added a note to examples.dox about the 'examples' directory
updated Fl_arg.cxx to move the description of standard FLTK options
to Fl::arg() and simplified/rationalized the Fl::args() description.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7731 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/examples.dox')
| -rw-r--r-- | documentation/src/examples.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index a4e5981c3..b5be827a4 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -13,6 +13,10 @@ Most of the example programs were created while testing a group of widgets. They are not meant to be great achievements in clean C++ programming, but merely a test platform to verify the functionality of the FLTK library. +Note that extra example programs are also available in an additional +'examples' directory, but these are \b NOT built automatically when +you build FLTK, unlike those in the 'test' directory shown below. + \section example_applications Example Applications <table width=100% border=0> |
