Doxygen
Loading...
Searching...
No Matches
perlmodgen.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void setPerlModDoxyfile (const QCString &)
 
void generatePerlMod ()
 

Function Documentation

◆ generatePerlMod()

void generatePerlMod ( )
extern

Definition at line 2952 of file perlmodgen.cpp.

2953{
2954 PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
2955 pmg.generate();
2956}
#define Config_getBool(name)
Definition config.h:33

References Config_getBool, and PerlModGenerator::generate().

Referenced by generateOutput().

◆ setPerlModDoxyfile()

void setPerlModDoxyfile ( const QCString & qs)
extern

Definition at line 1413 of file perlmodgen.cpp.

1414{
1415 pathDoxyfile = qs;
1417}
static std::string currentDirPath()
Definition dir.cpp:340
static QCString pathDoxyExec
static QCString pathDoxyfile

References Dir::currentDirPath(), pathDoxyExec, and pathDoxyfile.

Referenced by readConfiguration().