#include <stdlib.h>
#include <qdir.h>
#include <qstack.h>
#include <qdict.h>
#include <qfile.h>
#include "perlmodgen.h"
#include "docparser.h"
#include "message.h"
#include "doxygen.h"
#include "pagedef.h"
#include "memberlist.h"
#include "ftextstream.h"
#include "arguments.h"
#include "config.h"
#include "groupdef.h"
#include "classdef.h"
#include "classlist.h"
#include "filename.h"
#include "membername.h"
#include "namespacedef.h"
#include "membergroup.h"
#include "section.h"
#include "util.h"
#include "htmlentity.h"
Go to the source code of this file.
#define PERLOUTPUT_MAX_INDENTATION 40 |
Definition at line 1409 of file perlmodgen.cpp.
QCString stripWhiteSpace() const
PerlModOutput & openHash(const char *s=0)
DocRoot * validatingParseDoc(const char *fileName, int startLine, Definition *ctx, MemberDef *md, const char *input, bool indexWords, bool isExample, const char *exampleName, bool singleLine, bool linkFromIndex)
PerlModOutput & closeHash()
Concrete visitor implementation for PerlMod output.
PerlModOutput & addField(const char *s)
PerlModOutput & add(char c)
virtual void accept(DocVisitor *v)=0
Definition at line 1372 of file perlmodgen.cpp.
1376 output.
openList(
"template_parameters");
1379 for (ali.toFirst();(a=ali.current());++ali)
PerlModOutput & openHash(const char *s=0)
PerlModOutput & openList(const char *s=0)
PerlModOutput & closeHash()
PerlModOutput & closeList()
This class contains the information about the argument of a function or template. ...
PerlModOutput & addFieldQuotedString(const char *field, const char *content)
Definition at line 1404 of file perlmodgen.cpp.
ArgumentList * templateArguments() const
const QCString & name() const
static void addTemplateArgumentList(ArgumentList *al, PerlModOutput &output, const char *)
static const char* getProtectionName |
( |
Protection |
prot | ) |
|
|
static |
static const char* getVirtualnessName |
( |
Specifier |
virt | ) |
|
|
static |
void setPerlModDoxyfile |
( |
const QCString & |
qs | ) |
|
Definition at line 1458 of file perlmodgen.cpp.
static QCString pathDoxyfile
static QCString pathDoxyExec
static QString currentDirPath()