Skip to content

Commit

Permalink
Added Appendix "Developer Information" for doxygen documentation info
Browse files Browse the repository at this point in the history
and maybe more guidelines.
Fixed links, and replace a "\r" with "\\r".

\todo: there are more doxygen "\?" warnings to be resolved.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6273 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Sep 17, 2008
1 parent f70e811 commit 6f639ea
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion FL/Enumerations.H
Expand Up @@ -374,7 +374,7 @@ enum Fl_When { // Fl_Widget::when():
#define FL_Help 0xff68 ///< The 'help' key on Mac keyboards
#define FL_Num_Lock 0xff7f ///< The num lock key.
#define FL_KP 0xff80 ///< One of the keypad numbers; use FL_KP + n for number n.
#define FL_KP_Enter 0xff8d ///< The enter key on the keypad, same as Fl_KP+'\r'.
#define FL_KP_Enter 0xff8d ///< The enter key on the keypad, same as Fl_KP+'\\r'.
#define FL_KP_Last 0xffbd ///< The last keypad key; use to range-check keypad.
#define FL_F 0xffbd ///< One of the function keys; use FL_F + n for function key n.
#define FL_F_Last 0xffe0 ///< The last function key; use to range-check function keys.
Expand Down
2 changes: 1 addition & 1 deletion documentation/examples.dox
@@ -1,6 +1,6 @@
/**

\page examples J - Example Source Code
\page examples K - Example Source Code

<P ALIGN="RIGHT">March 19, 2005</P>

Expand Down
2 changes: 2 additions & 0 deletions documentation/index.dox
Expand Up @@ -90,6 +90,8 @@

\subpage migration_1_3

\subpage development

\subpage license

\subpage examples
Expand Down
2 changes: 1 addition & 1 deletion documentation/license.dox
@@ -1,6 +1,6 @@
/**

\page license I - Software License
\page license J - Software License

<P ALIGN="RIGHT">December 11, 2001</P>

Expand Down
27 changes: 15 additions & 12 deletions documentation/preface.dox
Expand Up @@ -2,17 +2,17 @@

\page preface Preface

<P>This manual describes the Fast Light Tool Kit (&quot;FLTK&quot;)
<P>This manual describes the Fast Light Tool Kit ("FLTK")
version 1.3.0, a C++ Graphical User Interface
(&quot;GUI&quot;) toolkit for UNIX, Microsoft Windows and MacOS. Each
("GUI") toolkit for UNIX, Microsoft Windows and MacOS. Each
of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference
for all FLTK widgets, functions, and operating system
interfaces.</P>

<P><B>This manual may be printed, modified, and/or used under
the terms of the FLTK license provided in <A
HREF="license.html">Appendix A</A>.</B>
HREF="license.html">Appendix H</A>.</B>

<H2>Organization</H2>

Expand All @@ -26,38 +26,41 @@ HREF="license.html">Appendix A</A>.</B>

<LI><A HREF="common.html#common">Chapter 3 - Common Widgets and Attributes</A></LI>

<LI><A HREF="editor.html#editor">Chapter 4 - Designing a Simple Text
Editor</A></LI>
<LI><A HREF="editor.html#editor">Chapter 4 - Designing a Simple Text Editor</A></LI>

<LI><A HREF="drawing.html#drawing">Chapter 5 - Drawing Things in FLTK</A></LI>

<LI><A HREF="events.html#events">Chapter 6 - Handling Events</A></LI>

<LI><A HREF="subclassing.html#subclassing">Chapter 7 - Extending and
Adding Widgets</A></LI>
<LI><A HREF="subclassing.html#subclassing">Chapter 7 - Adding and Extending Widgets</A></LI>

<LI><A HREF="opengl.html#opengl">Chapter 8 - Using OpenGL</A></LI>

<LI><A HREF="fluid.html#FLUID">Chapter 9 - Programming With FLUID</A></LI>

<LI><A HREF="advanced.html">Chapter 10 - Advanced FLTK</A></LI>

<LI><A HREF="classes.html">Appendix A - Class Reference</A></LI>

<LI><A HREF="functions.html#functions">Appendix B - Function Reference</A></LI>

<LI><A HREF="enumerations.html#Enumerations">Appendix C - Enumeration
Reference</A></LI>
<LI><A HREF="enumerations.html#Enumerations">Appendix C - FLTK Enumerations</A></LI>

<LI><A HREF="glut.html#glut">Appendix D - GLUT Compatibility</A></LI>

<LI><A HREF="forms.html#forms">Appendix E - Forms Compatibility</A></LI>

<LI><A HREF="osissues.html#osissues">Appendix F - Operating System Issues</A></LI>

<LI><A HREF="migration.html">Appendix G - Migrating from FLTK 1.0.x to FLTK 1.1.x</A></LI>
<LI><A HREF="migration_1_1.html">Appendix G - Migrating from FLTK 1.0 to FLTK 1.1</A></LI>

<LI><A HREF="migration_1_3.html">Appendix H - Migrating from FLTK 1.1 to FLTK 1.3</A></LI>

<LI><A HREF="development.html">Appendix I - Developer Information</A></LI>

<LI><A HREF="license.html#license">Appendix H - Software License</A></LI>
<LI><A HREF="license.html#license">Appendix J - Software License</A></LI>

<LI><A HREF="examples.html#examples">Appendix I - Example Source Code</A></LI>
<LI><A HREF="examples.html#examples">Appendix K - Example Source Code</A></LI>

</UL>

Expand Down

0 comments on commit 6f639ea

Please sign in to comment.