@@ -0,0 +1,18 | |||
|
1 | #include(compat.qdocconf) | |
|
2 | ||
|
3 | project = QCharts | |
|
4 | description = Library for creating charts | |
|
5 | ||
|
6 | sourcedirs = ./src \ | |
|
7 | ./example | |
|
8 | headerdirs = ./src \ | |
|
9 | ./example | |
|
10 | exampledirs = ./src \ | |
|
11 | ./example | |
|
12 | ||
|
13 | sources.fileextensions = "*.cpp *.qdoc *.mm *.qml" | |
|
14 | headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx" | |
|
15 | examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml" | |
|
16 | examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng" | |
|
17 | ||
|
18 | outputdir = ./doc/html |
General Comments 0
You need to be logged in to leave comments.
Login now