summaryrefslogtreecommitdiffstats
path: root/doc/starting.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-09-20 18:19:55 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-09-20 18:19:55 (GMT)
commit6dbef217c477d43fb61e90b429531ee109bf0e75 (patch)
treec3964e8a42bc4dfecf5a99d6de94650878e67a0f /doc/starting.doc
parent20bc00a80ad6bcda730a1762c3700c8f63fa16eb (diff)
downloadDoxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.zip
Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.gz
Doxygen-6dbef217c477d43fb61e90b429531ee109bf0e75.tar.bz2
Release-1.7.1-20100920
Diffstat (limited to 'doc/starting.doc')
-rw-r--r--doc/starting.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/starting.doc b/doc/starting.doc
index d90d136..451a533 100644
--- a/doc/starting.doc
+++ b/doc/starting.doc
@@ -127,7 +127,7 @@ Please note that as a consequence warnings about undocumented members
will not be generated as long as \ref cfg_extract_all "EXTRACT_ALL" is
set to \c YES.
-To analyse an existing piece of software it is useful to cross-reference
+To analyze an existing piece of software it is useful to cross-reference
a (documented) entity with its definition in the source files. Doxygen will
generate such cross-references if you set
the \ref cfg_source_browser "SOURCE_BROWSER" tag to \c YES.
@@ -250,7 +250,7 @@ basically two options:
<ol>
<li>Place a \e special documentation block in front of the declaration or
definition of the member, class or namespace. For file, class and namespace
- members it is also allowed to place the documention directly after the
+ members it is also allowed to place the documentation directly after the
member. See section \ref specialblock to learn more about special
documentation blocks.
<li>Place a special documentation block somewhere else (another file or