The perlmodgen.h
File Reference
Functions Index
void | setPerlModDoxyfile (const QCString &) |
void | generatePerlMod () |
Functions
generatePerlMod()
|
Declaration at line 21 of file perlmodgen.h, definition at line 2953 of file perlmodgen.cpp.
2953void generatePerlMod()
2954{
2955 PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
2956 pmg.generate();
2957}
References Config_getBool and PerlModGenerator::generate.
Referenced by generateOutput.
setPerlModDoxyfile()
|
Declaration at line 20 of file perlmodgen.h, definition at line 1414 of file perlmodgen.cpp.
1414void setPerlModDoxyfile(const QCString &qs)
1415{
1416 pathDoxyfile = qs;
1417 pathDoxyExec = Dir::currentDirPath();
1418}
References Dir::currentDirPath, pathDoxyExec and pathDoxyfile.
Referenced by readConfiguration.
Generated via doxygen2docusaurus by Doxygen 1.14.0.