summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-15 19:21:20 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-15 19:21:20 +0000
commita99524ef2d24ce14334a171b9de29dfdf93928cd (patch)
tree7ba7def7dff3d6169377f187779de7c6369bea1c /FL/Fl_Group.H
parent527351b70232f2195c3e105d0fe4daa2860611af (diff)
Doxygen documentation. Completed Fl class, added a todo related to recent Fl API to document. Matt?. More cosmetics have been done, replaced *all* <pre> </pre> tags by \code \endcode sequences.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6260 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Group.H')
-rw-r--r--FL/Fl_Group.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 2e4b8d7a8..635173fe0 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -170,8 +170,8 @@ public:
/**
This is a dummy class that allows you to end a Fl_Group in a constructor list of a
class:
- <UL>
- <PRE>class MyClass {
+ \code
+ class MyClass {
Fl_Group group;
Fl_Button button_in_group;
Fl_End end;
@@ -183,8 +183,8 @@ public:
button_in_group(20,20,60,30),
end(),
button_outside_group(10,120,60,30)
- {}</PRE>
- </UL>
+ {}
+ \endcode
*/
class FL_EXPORT Fl_End {
public: