#include <stdlib.h>
#include "perlmodgen.h"
#include "docparser.h"
#include "message.h"
#include "doxygen.h"
#include "pagedef.h"
#include <qdir.h>
#include <qstack.h>
#include <qdict.h>
#include <qfile.h>
#include <qtextstream.h>
Go to the source code of this file.
Classes | |
class | PerlModOutputStream |
class | PerlModOutput |
class | PerlModDocVisitor |
Concrete visitor implementation for PerlMod output. More... | |
class | PerlModGenerator |
Defines | |
#define | PERLOUTPUT_MAX_INDENTATION 40 |
Functions | |
void | setPerlModDoxyfile (const QString &qs) |
void | generatePerlMod () |
#define PERLOUTPUT_MAX_INDENTATION 40 |
Definition at line 34 of file perlmodgen.cpp.
Referenced by PerlModOutput::decIndent(), and PerlModOutput::incIndent().
void generatePerlMod | ( | ) |
Definition at line 2849 of file perlmodgen.cpp.
References Config_getBool, and PerlModGenerator::generate().
Referenced by generateOutput().
void setPerlModDoxyfile | ( | const QString & | qs | ) |