From f09e17c3c564e8310125a10c03397cbf473ff643 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 1 Jul 2020 18:03:10 +0200 Subject: 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. --- documentation/src/development.dox | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/src/development.dox') 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 "

", \b "

", and \b "

", and \b "

", respectively. By FLTK documentation convention, a file like this one with a doxygen documentation chapter has the name ".dox". -The \b \\page statement at the top of the page is +The \b \\page statement at the top of the page is "\page This is the title". Sections within a documentation page must be called \b "_
", where \b "" is the name part of the file, and \b "
" 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 -- cgit v1.2.3