diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-05-07 19:37:33 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-05-07 19:37:33 (GMT) |
commit | 0fb3f32dfd7ac31a2677d76647700cd3fb730ef6 (patch) | |
tree | 58636054e8f52c5851109b908053cc4da26b060a /doc/autolink.doc | |
parent | 600fbfb8b03442ff97f4fb94964b2e0e11d14bd4 (diff) | |
download | Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.zip Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.tar.gz Doxygen-0fb3f32dfd7ac31a2677d76647700cd3fb730ef6.tar.bz2 |
Release-1.6.3-20100507
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index 767fb5f..0325a7a 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -33,7 +33,10 @@ \section linkurl Links to web pages and mail addresses Doxygen will automatically replace any URLs and mail addresses found in the - documentation by links (in HTML). + documentation by links (in HTML). To manually specify link text, use the + HTML '<tt>a</tt>' tag: + \verbatim <a href="linkURL">link text</a> \endverbatim + which will be automatically translated to other output formats by Doxygen. \section linkclass Links to classes. |