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 DString &)
void generatePerlMod ()

Function Documentation

◆ generatePerlMod()

void generatePerlMod ( )
extern

Definition at line 2953 of file perlmodgen.cpp.

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

References Config_getBool, and PerlModGenerator::generate().

Referenced by generateOutput().

◆ setPerlModDoxyfile()

void setPerlModDoxyfile ( const DString & qs)
extern

Definition at line 1433 of file perlmodgen.cpp.

1434{
1435 pathDoxyfile = qs;
1437}
static std::string currentDirPath()
Definition dir.cpp:343
static DString pathDoxyExec
static DString pathDoxyfile

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

Referenced by readConfiguration().