Doxygen
Loading...
Searching...
No Matches
perlmodgen.h File Reference

#include <src/perlmodgen.h>

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 2954 of file perlmodgen.cpp.

2955{
2956 PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
2957 pmg.generate();
2958}
#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 1434 of file perlmodgen.cpp.

1435{
1436 pathDoxyfile = qs;
1438}
static std::string currentDirPath()
Definition dir.cpp:348
static DString pathDoxyExec
static DString pathDoxyfile

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

Referenced by readConfiguration().