summaryrefslogtreecommitdiff
path: root/documentation/src/preface.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/preface.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/preface.dox')
-rw-r--r--documentation/src/preface.dox8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index 167146125..d0e27427d 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -41,8 +41,7 @@ This manual is organized into the following chapters and appendices:
\section preface_conventions Conventions
This manual was generated using Doxygen
-(see <a href="http://www.stack.nl/~dimitri/doxygen/">
-http://www.stack.nl/~dimitri/doxygen/</a>)
+(see http://www.stack.nl/~dimitri/doxygen/)
to process the source code itself, special comments in the code,
and additional documentation files.
In general, Doxygen recognizes and denotes the following entities as shown:
@@ -50,10 +49,7 @@ In general, Doxygen recognizes and denotes the following entities as shown:
- methods, such as Fl_Widget::callback(Fl_Callback* cb, void* p),
- functions, such as fl_draw(const char *str, int x, int y),
- internal links, such as \ref preface_conventions,
-- external links, such as
- <a href="http://www.stack.nl/~dimitri/doxygen/">
- http://www.stack.nl/~dimitri/doxygen/
- </a>
+- external links, such as http://www.stack.nl/~dimitri/doxygen/
Other code samples and commands are shown in <tt>regular courier type</tt>.