#include "qhp.h"
#include "qhpxmlwriter.h"
#include "message.h"
#include "config.h"
#include "memberdef.h"
#include "groupdef.h"
#include "doxygen.h"
#include "filedef.h"
#include <qstringlist.h>
#include <string.h>
#include <qfile.h>
Go to the source code of this file.
static QCString makeFileName |
( |
const char * |
withoutExtension | ) |
|
|
static |
Definition at line 30 of file qhp.cpp.
35 if (result.
at(0)==
'!')
static QCString htmlFileExtension
QCString mid(uint index, uint len=0xffffffff) const
static QCString makeRef |
( |
const char * |
withoutExtension, |
|
|
const char * |
anchor |
|
) |
| |
|
static |
Definition at line 47 of file qhp.cpp.
50 if (!withoutExtension)
return QCString();
52 if (!anchor)
return result;
53 return result+
"#"+anchor;
static QCString makeFileName(const char *withoutExtension)