diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-10 14:32:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-10 14:32:16 (GMT) |
commit | 6bcfa2ef74dee5be64110aa0b06b368d498c9a73 (patch) | |
tree | e7d24c06a9c225fe4a29004a178cc28a435cdc67 /doc/doxysearch_usage.doc | |
parent | c2107e15c87bc0b964d333e24ec193c1a2d27335 (diff) | |
download | Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.zip Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.gz Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.bz2 |
Release-1.2.8.1
Diffstat (limited to 'doc/doxysearch_usage.doc')
-rw-r--r-- | doc/doxysearch_usage.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxysearch_usage.doc b/doc/doxysearch_usage.doc index 6d6ad29..e878a9c 100644 --- a/doc/doxysearch_usage.doc +++ b/doc/doxysearch_usage.doc @@ -98,7 +98,7 @@ follow these steps: Consult the manual of your HTTP daemon or your system administrator to find out where this directory resides on your system. -<li>Goto the directory where the generated HTML files are located and run +<li>Go to the directory where the generated HTML files are located and run doxytag as follows: <pre>doxytag -s search.idx</pre> This will create a search index with the name <code>search.idx</code>. @@ -120,7 +120,7 @@ Using <code>doxytag</code> and <code>doxysearch</code> it is possible to create the Qt documentation, without needing the sources! This can be done by carefully following these steps: <ol> -<li>Goto the html directory of the Qt-distribution: +<li>Go to the html directory of the Qt-distribution: <pre>cd $QTDIR/html</pre> <li>Generate the search index by typing: <pre>doxytag -s search.idx</pre> |