Doxygen
perlmodgen.h 文件参考
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

void setPerlModDoxyfile (const QCString &)
 
void generatePerlMod ()
 

函数说明

◆ generatePerlMod()

void generatePerlMod ( )

在文件 perlmodgen.cpp2958 行定义.

2959 {
2960  PerlModGenerator pmg(Config_getBool(PERLMOD_PRETTY));
2961  pmg.generate();
2962 }

引用了 Config_getBool , 以及 PerlModGenerator::generate().

被这些函数引用 generateOutput().

◆ setPerlModDoxyfile()

void setPerlModDoxyfile ( const QCString )

在文件 perlmodgen.cpp1508 行定义.

1509 {
1510  pathDoxyfile = qs;
1512 }

引用了 Dir::currentDirPath(), pathDoxyExec , 以及 pathDoxyfile.

被这些函数引用 readConfiguration().

Dir::currentDirPath
static std::string currentDirPath()
Definition: dir.cpp:282
pathDoxyfile
static QCString pathDoxyfile
Definition: perlmodgen.cpp:1505
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
PerlModGenerator
Definition: perlmodgen.cpp:1514
pathDoxyExec
static QCString pathDoxyExec
Definition: perlmodgen.cpp:1506