Skip to content

Commit

Permalink
doxygen doc updates:
Browse files Browse the repository at this point in the history
documentation/enumerations.dox: file is not actively managed, note added
 
documentation/fluid.dox: many html tags reformatted, including images


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6225 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Sep 13, 2008
1 parent 8416a40 commit b9ab566
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 122 deletions.
9 changes: 7 additions & 2 deletions documentation/enumerations.dox
Expand Up @@ -7,15 +7,20 @@
section. Constants whose value is zero are marked with "(0)",
this is often useful to know when programming.

\note This file is not actively maintained any more, but is left
here as a reference, until the doxygen documentation is
completed. See \ref FL/Enumerations.H.


<H2>Version Numbers</H2>
The FLTK version number is stored in a number of compile-time
constants:
<UL>
<LI><TT>FL_MAJOR_VERSION</TT> - The major release number, currently 1. </LI>
<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 1. </LI>
<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 3. </LI>
<LI><TT>FL_PATCH_VERSION</TT> - The patch release number, currently 0. </LI>
<LI><TT>FL_VERSION</TT> - A combined floating-point version number for
the major, minor, and patch release numbers, currently 1.0100. </LI>
the major, minor, and patch release numbers, currently 1.0300. </LI>
</UL>
<H2><A NAME="events">Events</A></H2>
Events are identified by an <TT>Fl_Event</TT> enumeration value. The
Expand Down

0 comments on commit b9ab566

Please sign in to comment.