diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-17 22:25:45 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-17 22:25:45 +0000 |
| commit | 2be88792b3746c72d82448f8373bc7d6b322d38a (patch) | |
| tree | 15ef46c26f31448bbcd48d13b9f8788ddeb16e8f /documentation | |
| parent | 74cbd55745e7c55a62be524279c707a572f6c688 (diff) | |
Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneous path test into ../test since the doxyfile move, fixed all intro dl,dt,dd related tags warnings in intro.dox .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6289 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile | 2 | ||||
| -rw-r--r-- | documentation/intro.dox | 33 |
2 files changed, 19 insertions, 16 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 06fa1d9dc..d8ca0507a 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -576,7 +576,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = test +EXAMPLE_PATH = ../test # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/documentation/intro.dox b/documentation/intro.dox index 590e191d2..a2c7d89ca 100644 --- a/documentation/intro.dox +++ b/documentation/intro.dox @@ -315,25 +315,28 @@ make <DL> - <DT>WWW - <DD><A href="http://www.fltk.org/">http://www.fltk.org/</A> - <DD><A href="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A> + <DT>WWW</DT> + <DD> + <A href="http://www.fltk.org/">http://www.fltk.org/</A> + <A href="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A> [for reporting bugs] - <DD><A href="http://www.fltk.org/software.php">http://www.fltk.org/software.php</A> + <A href="http://www.fltk.org/software.php">http://www.fltk.org/software.php</A> [source code] - - <DT>FTP - <DD><A HREF="ftp://ftp.fltk.org/pub/fltk">California, USA (ftp.fltk.org)</A> - <DD><A HREF="ftp://ftp2.fltk.org/pub/fltk">Maryland, USA (ftp2.fltk.org)</A> - <DD><A HREF="ftp://ftp.funet.fi/pub/mirrors/ftp.fltk.org/pub/fltk">Espoo, Finland (ftp.funet.fi)</A> - <DD><A HREF="ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk">Germany (linux.mathematik.tu-darmstadt.de)</A> - <DD><A HREF="ftp://gd.tuwien.ac.at/hci/fltk">Austria (gd.tuwien.ac.at)</A> + </DD> + <DT>FTP</DT> + <DD> + <A HREF="ftp://ftp.fltk.org/pub/fltk">California, USA (ftp.fltk.org)</A> + <A HREF="ftp://ftp2.fltk.org/pub/fltk">Maryland, USA (ftp2.fltk.org)</A> + <A HREF="ftp://ftp.funet.fi/pub/mirrors/ftp.fltk.org/pub/fltk">Espoo, Finland (ftp.funet.fi)</A> + <A HREF="ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk">Germany (linux.mathematik.tu-darmstadt.de)</A> + <A HREF="ftp://gd.tuwien.ac.at/hci/fltk">Austria (gd.tuwien.ac.at)</A> + </DD> <DT>EMail</DT> - <DD><A href="mailto:fltk@fltk.org">fltk@fltk.org</A> [see - instructions below] - <DD><A href="mailto:fltk-bugs@fltk.org">fltk-bugs@fltk.org</A> [for - reporting bugs] + <DD> + <A href="mailto:fltk@fltk.org">fltk@fltk.org</A> [see instructions below] + <A href="mailto:fltk-bugs@fltk.org">fltk-bugs@fltk.org</A> [for reporting bugs] + </DD> <DT>NNTP Newsgroups</DT> <DD>news.easysw.com</DD> |
