Added qdoc configuration file
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 16:53:28 +0000 (18:53 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 16:53:28 +0000 (18:53 +0200)
doc/qwebsockets.qdocconfig [new file with mode: 0644]

diff --git a/doc/qwebsockets.qdocconfig b/doc/qwebsockets.qdocconfig
new file mode 100644 (file)
index 0000000..393d78c
--- /dev/null
@@ -0,0 +1,23 @@
+#include(compat.qdocconf)
+
+project                                =       QWebSockets
+description                    =       QWebSockets is ...
+
+outputdir                      =       html
+outputformats          =       HTML
+
+headerdirs                     =       ../src/
+headers                                =       ../src/qwebsocket.h  \
+                                               ../src/qwebsocketserver.h
+
+sourcedirs                     =       ../src/ \
+                                               src/
+sources                                =       ../src/qwebsocket.cpp \
+                                               ../src/qwebsocketserver.cpp \
+                                               src/QWebSockets.qdoc
+
+exampledirs                    =       ../examples/ \
+                                               ../examples/echoclient \
+                                               ../examples/echoserver
+
+imagedirs                      =       ./images