My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 3000 of file perlmodgen.cpp.

References Config_getBool, and PerlModGenerator::generate().

Referenced by generateOutput().

{
PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
pmg.generate();
}
void setPerlModDoxyfile ( const QCString &  )

Definition at line 1498 of file perlmodgen.cpp.

Referenced by readConfiguration().

{
pathDoxyExec = QDir::currentDirPath().utf8();
}