diff -r d8fccb2cd802 -r 468f4c8d3d5b Orb/Doxygen/addon/doxywizard/config.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/addon/doxywizard/config.h Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,18 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include +#include + +class Input; +class QTextStream; +class QTextCodec; + +bool parseConfig( + const QString &fileName, + const QHash &options + ); + +void writeStringValue(QTextStream &t,QTextCodec *codec,const QString &s); + +#endif