Functions
perlmodgen.h File Reference

Go to the source code of this file.

Functions

void setPerlModDoxyfile (const QCString &)
 
void generatePerlMod ()
 

Function Documentation

void generatePerlMod ( )

Definition at line 2960 of file perlmodgen.cpp.

2961 {
2962  PerlModGenerator pmg(Config_getBool("PERLMOD_PRETTY"));
2963  pmg.generate();
2964 }
#define Config_getBool(val)
Definition: config.cpp:664
void setPerlModDoxyfile ( const QCString )

Definition at line 1458 of file perlmodgen.cpp.

1459 {
1460  pathDoxyfile = qs;
1462 }
static QCString pathDoxyfile
static QCString pathDoxyExec
static QString currentDirPath()
Definition: qdir_unix.cpp:141
QCString utf8() const
Definition: qstring.cpp:14507