Chameleon

Chameleon Svn Source Tree

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

Source at commit 1406 created 12 years 10 months ago.
By meklort, Revert drivers.c so that kexts are only loaded when OSBundleRequired is set and that value is not safe mode. Added some comments about it too.
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: 1406