Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/addon/doxywizard/config.h

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1#ifndef CONFIG_H
2#define CONFIG_H
3
4#include <QHash>
5#include <QString>
6
7class Input;
8class QTextStream;
9class QTextCodec;
10
11bool parseConfig(
12 const QString &fileName,
13 const QHash<QString,Input *> &options
14 );
15
16void writeStringValue(QTextStream &t,QTextCodec *codec,const QString &s);
17
18#endif
19

Archive Download this file

Revision: 1322