diff options
author | Leonard Lee <leonard.lee@digia.com> | 2013-03-12 07:41:16 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-13 07:50:15 (GMT) |
commit | e8fa8a2bf94bd1ad394b9e828c6272c3cccff736 (patch) | |
tree | cb06eb51814839240ef2f98941345df2f539c978 /doc/src | |
parent | a5857ca37d0ad49b7b944b92d58d3e519b253c6c (diff) | |
download | Qt-e8fa8a2bf94bd1ad394b9e828c6272c3cccff736.zip Qt-e8fa8a2bf94bd1ad394b9e828c6272c3cccff736.tar.gz Qt-e8fa8a2bf94bd1ad394b9e828c6272c3cccff736.tar.bz2 |
List supported file formats in search indexing.
The supported file formats is implemented in
QHelpSearchIndexWriter::indexableFiles() function.
Task-number: QTBUG-30110
Change-Id: I3a0885f4c85ec7e14c5f0d4edbb33a463f657b54
(cherry picked from commit qttools/24f92f79e5d1198e79f4d46489af35999e8e74cf)
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/assistant-manual.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/development/assistant-manual.qdoc b/doc/src/development/assistant-manual.qdoc index 06464e6..34b9375 100644 --- a/doc/src/development/assistant-manual.qdoc +++ b/doc/src/development/assistant-manual.qdoc @@ -545,6 +545,9 @@ exit right away displaying a message if the registration was successful or not. + The search indexing will only index your custom *.html, *.htm, + and *.txt files. + \snippet doc/src/snippets/code/doc_src_assistant-manual.qdoc 6 The \c{-quiet} flag can be passed on to \QA to prevent it from writing |