From 7f18e1002fb378e11ec447b5319221e77f198864 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sat, 27 Jun 2009 20:40:48 +0000 Subject: simplified old HTML anchors with name= and href= in all *.dox files. removed "old html link" section from development.dox git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/development.dox | 106 +++++++------------------------------- 1 file changed, 18 insertions(+), 88 deletions(-) (limited to 'documentation/src/development.dox') diff --git a/documentation/src/development.dox b/documentation/src/development.dox index 5a4c8448e..54fee79c7 100644 --- a/documentation/src/development.dox +++ b/documentation/src/development.dox @@ -251,96 +251,36 @@ The following section is \section development_links Creating Links Links to other documents and external links can be embedded with - \li normal HTML links - \li HTML links without markup - doxygen creates "http://..." - links automatically - \li links to other doxygen chapters with the \\ref statments - \li links to named sections within the same or other doxygen chapters, - if they are defined there with a \\section statement + +- doxygen \\ref links to other doxygen \\page, \\section, + \\subsection and \\anchor locations +- HTML links without markup - doxygen creates "http://..." + links automatically +- standard, non-Doxygen, HTML links \code - see chapter \ref unicode creates a link to the named chapter unicode - that has been created with a \subpage statement. - see chapter 5 creates - a link to a named html anchor "character_encoding" within the same file. +- see chapter \ref unicode creates a link to the named chapter + unicode that has been created with a \page statement. - For further informations about quoting see +- For further informations about quoting see http://www.stack.nl/~dimitri/doxygen/htmlcmds.html - Bold link text: you can see the online documentation - of FLTK 1.3 at \b http://www.fltk.org/doc-1.3/index.html - - see section \ref development_non-ascii +- see Nedit creates + a standard HTML link + \endcode appears as: - see chapter \ref unicode creates a link to the named chapter unicode - that has been created with a \\subpage statement. - - see chapter 5 creates - a link to a named html anchor "character_encoding" within the same file. +- see chapter \ref unicode creates a link to the named chapter + unicode that has been created with a \\page statement. - For further informations about quoting see +- For further informations about quoting see http://www.stack.nl/~dimitri/doxygen/htmlcmds.html - Bold link text: you can see the online documentation - of FLTK 1.3 at \b http://www.fltk.org/doc-1.3/index.html - - see section \ref development_non-ascii - -\section development_old-links Changing Old Links - -Old HTML links and anchors in text documentation pages should be changed -as follows: - -\code -

Fl::event_*() methods

- -becomes: - - -\section events_event_xxx Fl::event_*() methods -\endcode - -The additional HTML "" statement is temporary needed, until -all links (references) are modified, then: - -\code -

Fl::event_*() methods

- -becomes: - -\section events_event_xxx Fl::event_*() methods -\endcode - -The "\section" statement can also be a "\subsection" or "\subsubsection" -statement. - -The references (in this example from index.dox) are changed as follows: - -\code - - \subpage events - - - - - -becomes: - - \subpage events - - - \li \ref events_event_xxx - \li \ref events_propagation - - -\endcode +- see Nedit creates + a standard HTML link \section development_paragraphs Paragraph Layout @@ -421,18 +361,8 @@ Each introduction (tutorial) page ends with navigation elements. These elements must only be included in the html documentation, therefore they must be separated with \\htmlonly and \\endhtmlonly. -Example navigation links: - -\verbatim -\htmlonly -
-[Index]    -[Previous] Migrating Code from FLTK 1.1 to 1.3   -[Next] Software License -\endhtmlonly -\endverbatim +The following code gives the navigation bar at the bottom of this page: -Now replaced by: \verbatim \htmlonly
-- cgit v1.2.3