summaryrefslogtreecommitdiffstats
path: root/doc/autolink.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-01-03 15:37:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-01-03 15:37:34 (GMT)
commit4f80d144f98fc998de5118855eec73797a65bf2e (patch)
treeeffd54caf7c9372abb85825ec41f3bd90172561f /doc/autolink.doc
parent89ef13dbb6c8ac81a9c118f4f031c45cdc66e3a3 (diff)
downloadDoxygen-4f80d144f98fc998de5118855eec73797a65bf2e.zip
Doxygen-4f80d144f98fc998de5118855eec73797a65bf2e.tar.gz
Doxygen-4f80d144f98fc998de5118855eec73797a65bf2e.tar.bz2
Adjusted Doxygen to doxygen in running text in the manual
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r--doc/autolink.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc
index b434dd2..98556c5 100644
--- a/doc/autolink.doc
+++ b/doc/autolink.doc
@@ -38,7 +38,7 @@
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.
+ which will be automatically translated to other output formats by doxygen.
\section linkclass Links to classes
@@ -113,7 +113,7 @@
\include autolink.cpp
\htmlonly
Click <a href="examples/autolink/html/index.html">here</a>
- for the corresponding HTML documentation that is generated by Doxygen.
+ for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
\latexonly
See \hyperlink{autolink_example}{Autolink example}
@@ -133,7 +133,7 @@ typedef struct StructName TypeName
\include restypedef.cpp
\htmlonly
Click <a href="examples/restypedef/html/restypedef_8cpp.html">here</a>
- for the corresponding HTML documentation that is generated by Doxygen.
+ for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
\latexonly
See \hyperlink{restypedef_8cpp}{Typedef example}