diff options
author | ck <qt-info@nokia.com> | 2009-12-10 17:27:04 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-12-10 17:28:31 (GMT) |
commit | 14c1572d3333358682d7e5dc8a6474dbb12ae0e3 (patch) | |
tree | 209d5ff3208f79bbc894c332569707c80a4e7ade /doc | |
parent | bfe12d2965130203a27c6d28d06b10a63cd0f2e8 (diff) | |
download | Qt-14c1572d3333358682d7e5dc8a6474dbb12ae0e3.zip Qt-14c1572d3333358682d7e5dc8a6474dbb12ae0e3.tar.gz Qt-14c1572d3333358682d7e5dc8a6474dbb12ae0e3.tar.bz2 |
Assistant: Add documentation for -remove-search-index.
Reviewed-by: David Boddie
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/development/assistant-manual.qdoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/development/assistant-manual.qdoc b/doc/src/development/assistant-manual.qdoc index 8de500e..5a30e43 100644 --- a/doc/src/development/assistant-manual.qdoc +++ b/doc/src/development/assistant-manual.qdoc @@ -130,7 +130,7 @@ \o -collectionFile <file.qhc> \o Uses the specified collection file instead of the default one. \row - \o -showUrl URL + \o -showUrl <URL> \o Shows the document referenced by URL. \row \o -enableRemoteControl @@ -156,7 +156,12 @@ \o Unregisters the specified compressed help file from the given collection file. \row - \o -setCurrentFilter filter + \o -remove-search-index + \o Purges the help search engine's index. This option is + useful in case the associated index files get corrupted. + \QA will re-index the documentation at the next start-up. + \row + \o -setCurrentFilter <filter> \o Sets the given filter as the active filter. \row \o -quiet |