diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 10:01:39 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 10:01:39 (GMT) |
commit | a04d4ca72829098ce0b46176b0578543d85a8f9a (patch) | |
tree | 8c5a2efb60759a576a3fa53913a32dab7c0ed8f3 /src/fltk-test.cpp | |
parent | 8a254e5b71d1fec8c35613f2c5c29b4838280a5d (diff) | |
download | mxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.zip mxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.tar.gz mxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.tar.bz2 |
Improve comment style of all test programs
Diffstat (limited to 'src/fltk-test.cpp')
-rw-r--r-- | src/fltk-test.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fltk-test.cpp b/src/fltk-test.cpp index 7c59564..e3a476d 100644 --- a/src/fltk-test.cpp +++ b/src/fltk-test.cpp @@ -1,7 +1,11 @@ -/* This file is part of MXE. */ -/* See doc/index.html for further information. */ +/* + * This file is part of MXE. + * See doc/index.html for further information. + * + * This is a slightly modified version of: + * http://www.fltk.org/doc-1.3/basics.html + */ -/* http://www.fltk.org/doc-1.3/basics.html */ #include <FL/Fl.H> #include <FL/Fl_Window.H> #include <FL/Fl_Box.H> |