mirror of https://github.com/qt/qtdoc.git
Doc: Exclude docs for broken examples
This should avoid unnecessary attention to these examples, at least till they are fixed. Change-Id: Iffbbfa06c56c9cf66e9b70a632ced175206ac78a Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
4e2b9e2496
commit
012384be6a
|
@ -29,6 +29,13 @@ excludedirs += \
|
|||
../src/cmake \
|
||||
../src/platformintegration
|
||||
|
||||
# Exclude documentation for the broken examples
|
||||
excludefiles += \
|
||||
../../examples/demos/maroon/doc/src/maroon.qdoc \
|
||||
../../examples/demos/samegame/doc/src/samegame.qdoc \
|
||||
../../examples/demos/tweetsearch/doc/src/tweetsearch.qdoc \
|
||||
../../examples/demos/rssnews/doc/src/rssnews.qdoc
|
||||
|
||||
examplesinstallpath =
|
||||
|
||||
qhp.projects = QtDoc
|
||||
|
|
Loading…
Reference in New Issue