##// END OF EJS Templates
Fix documentation header...
Fix documentation header Removed "QCharts" from the image and added "Qt Charts" as text below it. Easier to maintain when the text is not part of the image. Change-Id: I5410e61ef4d16271c777f5206a549643de588990 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2589:1d8a6e6f7325
r2589:1d8a6e6f7325
Show More
qcharts.qdocconf
49 lines | 1.7 KiB | text/plain | TextLexer
/ doc / qcharts.qdocconf
Michal Klocek
Fixes All Moudle link...
r315 include(compat.qdocconf)
include(macros.qdocconf)
Michal Klocek
Refactor documentation...
r331 include(qchart-html-template.qdocconf)
Miikka Heikkinen
Add assistant (qch) documentation generation...
r2418 include(qchart-qch.qdocconf)
Tero Ahola
QDoc to use style sheets...
r260
Miikka Heikkinen
Fix documentation header...
r2589 project = Qt Charts
Tero Ahola
QDoc to use style sheets...
r260 description = Library for creating charts
sourcedirs = ../src \
sauimone
fixed example paths in doc
r496 ../examples \
Tero Ahola
Began documenting the QML api
r1443 ./src \
../plugins/declarative
Tero Ahola
QDoc to use style sheets...
r260 headerdirs = ../src \
Tero Ahola
Began documenting the QML api
r1443 ../examples \
../plugins/declarative
Michal Klocek
Refactor documentation...
r331 exampledirs = ../ \
../src \
sauimone
fixed example paths in doc
r496 ../examples
Michal Klocek
Refactor documentation...
r331
sauimone
fixed example paths in doc
r496 excludefiles += ../examples/linechart/linechart.pro
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
Started documenting QChart
r264 sources.fileextensions = *.cpp *.qdoc *.mm *.qml
headers.fileextensions = *.h *.ch *.h++ *.hh *.hpp *.hxx
examples.fileextensions = *.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml
examples.imageextensions = *.png *.jpeg *.jpg *.gif *.mng
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
QDoc to use style sheets...
r260 imagedirs = ./images
outputdir = ./html
Michal Klocek
Fixes All Moudle link...
r315
Tero Ahola
QDoc to use style sheets...
r260 Cpp.ignoretokens = QTCOMMERCIALCHART_EXPORT \
QTCOMMERCIALCHART_END_NAMESPACE \
QTCOMMERCIALCHART_BEGIN_NAMESPACE
Cpp.ignoredirectives = Q_DECLARE_HANDLE \
Q_DECLARE_INTERFACE \
Q_DECLARE_METATYPE \
Q_DECLARE_OPERATORS_FOR_FLAGS \
Q_DECLARE_PRIVATE \
Q_DECLARE_PUBLIC \
Q_DECLARE_SHARED \
Q_DECLARE_TR_FUNCTIONS \
Q_DECLARE_TYPEINFO \
Q_DISABLE_COPY \
QT_FORWARD_DECLARE_CLASS \
Q_DUMMY_COMPARISON_OPERATOR \
Q_ENUMS \
Q_FLAGS \
Q_INTERFACES \
Tero Ahola
Began documenting the QML api
r1443 __attribute__