summaryrefslogtreecommitdiff
path: root/documentation/src/development.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-06-27 20:40:48 +0000
committerengelsman <engelsman>2009-06-27 20:40:48 +0000
commit7f18e1002fb378e11ec447b5319221e77f198864 (patch)
tree61b1312f144c975e28165b706ea79d422a8fe305 /documentation/src/development.dox
parentd94e82c6c2e81670a8a88f87f2b39d446cac3748 (diff)
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
Diffstat (limited to 'documentation/src/development.dox')
-rw-r--r--documentation/src/development.dox106
1 files changed, 18 insertions, 88 deletions
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 <a href="drawing.html#character_encoding">chapter 5</a> 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 <b>online documentation</b>
- of FLTK 1.3 at \b http://www.fltk.org/doc-1.3/index.html
-
- see section \ref development_non-ascii
+- see <a href="http://www.nedit.org/">Nedit</a> 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 <a href="drawing.html#character_encoding">chapter 5</a> 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 <b>online documentation</b>
- 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
-<H2><A name="event_xxx">Fl::event_*() methods</A></H2>
-
-becomes:
-
-<A NAME="event_xxx"></A> <!-- For old HTML links only ! -->
-\section events_event_xxx Fl::event_*() methods
-\endcode
-
-The additional HTML "<A NAME=...>" statement is temporary needed, until
-all links (references) are modified, then:
-
-\code
-<H2><A name="event_xxx">Fl::event_*() methods</A></H2>
-
-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
-
- <B>
- <UL>
- <LI><A HREF="events.html#event_xxx">Fl::event_*() methods</A></LI>
- <LI><A HREF="events.html#propagation">Event Propagation</A></LI>
- </UL>
- </B>
-
-becomes:
-
- \subpage events
-
- <b>
- \li \ref events_event_xxx
- \li \ref events_propagation
- </b>
-
-\endcode
+- see <a href="http://www.nedit.org/">Nedit</a> 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
-<hr>
-<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a>&nbsp;&nbsp;
-<a class="el" href="license.html">[Next] Software License</a>
-\endhtmlonly
-\endverbatim
+The following code gives the navigation bar at the bottom of this page:
-Now replaced by:
\verbatim
\htmlonly
<hr>