Skip to main content

The perlmodgen.h File Reference

Functions Index

voidsetPerlModDoxyfile (const QCString &)
voidgeneratePerlMod ()

Functions

generatePerlMod()

void generatePerlMod ()

Declaration at line 21 of file perlmodgen.h, definition at line 2953 of file perlmodgen.cpp.

2954{
2955 PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
2956 pmg.generate();
2957}

References Config_getBool and PerlModGenerator::generate.

Referenced by generateOutput.

setPerlModDoxyfile()

void setPerlModDoxyfile (const QCString & qs)

Declaration at line 20 of file perlmodgen.h, definition at line 1414 of file perlmodgen.cpp.

1415{
1416 pathDoxyfile = qs;
1418}

References Dir::currentDirPath, pathDoxyExec and pathDoxyfile.

Referenced by readConfiguration.


Generated via doxygen2docusaurus by Doxygen 1.14.0.