summaryrefslogtreecommitdiffstats
path: root/src/plantuml.h
diff options
context:
space:
mode:
authorCharles.Lee <cheoljoo@gmail.com>2018-08-27 03:23:18 (GMT)
committerCharles.Lee <cheoljoo@gmail.com>2018-08-27 03:23:18 (GMT)
commitccdf5ee278d7029c055954a733f0db90e47e075d (patch)
tree5773852615990769064bac28449e6bf0f11d6361 /src/plantuml.h
parent1a9bb0614362217143d8e01779d8ac9b336b96f4 (diff)
downloadDoxygen-ccdf5ee278d7029c055954a733f0db90e47e075d.zip
Doxygen-ccdf5ee278d7029c055954a733f0db90e47e075d.tar.gz
Doxygen-ccdf5ee278d7029c055954a733f0db90e47e075d.tar.bz2
source arrangement
Diffstat (limited to 'src/plantuml.h')
-rw-r--r--src/plantuml.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plantuml.h b/src/plantuml.h
index b931e70..3d53daf 100644
--- a/src/plantuml.h
+++ b/src/plantuml.h
@@ -45,13 +45,13 @@ class PlantumlManager
public:
static PlantumlManager *instance();
void run();
- void insert(const QCString key , const QCString value,PlantUMLOutputFormat format);
+ void insert(const QCString key , const QCString value,PlantUMLOutputFormat format);
private:
PlantumlManager();
virtual ~PlantumlManager();
- void addPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const QCString key , const QCString value);
- void print(QDict< QList <QCString> > &PlantumlFiles);
- void runPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const char *type);
+ void addPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const QCString key , const QCString value);
+ void print(QDict< QList <QCString> > &PlantumlFiles);
+ void runPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const char *type);
static PlantumlManager *m_theInstance;
QDict< QList<QCString> > m_pngPlantumlFiles;
QDict< QList<QCString> > m_svgPlantumlFiles;