diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-01 18:03:10 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-06 20:28:20 +0200 |
| commit | f09e17c3c564e8310125a10c03397cbf473ff643 (patch) | |
| tree | 8d0fd4a28e3686c33aaa140d07ddba26ab28bdc2 /documentation/src/development.dox | |
| parent | b0e0c355edaa2e23148cb0260ada907aec930f05 (diff) | |
Remove $Id$ tags, update URL's, and more
- remove obsolete svn '$Id$' tags from all source files
- update .fl files and generated files accordingly
- replace 'http://www.fltk.org' URL's with 'https://...'
- replace bug report URL 'str.php' with 'bugs.php'
- remove trailing whitespace
- fix other whitespace errors flagged by Git
- add and/or fix missing or wrong standard headers
- convert tabs to spaces in all source files
The only relevant code changes are in the fluid/ folder where
some .fl files and other source files were used to generate
the '$Id' headers and footers.
Diffstat (limited to 'documentation/src/development.dox')
| -rw-r--r-- | documentation/src/development.dox | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/src/development.dox b/documentation/src/development.dox index 13808e6a6..071db9263 100644 --- a/documentation/src/development.dox +++ b/documentation/src/development.dox @@ -15,14 +15,14 @@ This chapter describes FLTK development and documentation. /** \class Fl_Clock_Output \brief This widget can be used to display a program-supplied time. - + The time shown on the clock is not updated. To display the current time, use Fl_Clock instead. - \image html clock.png - \image latex clock.png "" width=10cm + \image html clock.png + \image latex clock.png "" width=10cm \image html round_clock.png - \image latex clock.png "" width=10cm + \image latex clock.png "" width=10cm \image html round_clock.png "" width=10cm */ /** @@ -163,10 +163,10 @@ Alternatively you can use \b UTF-8 encoding within Doxygen comments. \section development_structure Document Structure - \li \b \\page creates a named page - \li \b \\section creates a named section within that page - \li \b \\subsection creates a named subsection within the current section - \li \b \\subsubsection creates a named subsubsection within the current subsection + \li \b \\page creates a named page + \li \b \\section creates a named section within that page + \li \b \\subsection creates a named subsection within the current section + \li \b \\subsubsection creates a named subsubsection within the current subsection All these statements take a "name" as their first argument, and a title as their second argument. The title can contain spaces. @@ -176,7 +176,7 @@ a size like \b "<H1>", \b "<H2>", and \b "<H3>", and \b "<H4>", respectively. By <b>FLTK documentation convention</b>, a file like this one with a doxygen documentation chapter has the name <b>"<chapter>.dox".</b> -The \b \\page statement at the top of the page is +The \b \\page statement at the top of the page is <b>"\page <chapter> This is the title"</b>. Sections within a documentation page must be called \b "<chapter>_<section>", where \b "<chapter>" is the name part of the file, and \b "<section>" is a @@ -190,18 +190,18 @@ links \b from normal (e.g. class) documentation \b to documentation sections This page has \code - \page development I - Developer Information + \page development I - Developer Information \endcode at its top. This section is \code - \section development_structure Document Structure + \section development_structure Document Structure \endcode The following section is \code - \section development_links Creating Links + \section development_links Creating Links \endcode |
