Definition at line 3698 of file context.cpp.
void TextGeneratorHtml::writeBreak |
( |
int |
indent | ) |
const |
|
inlinevirtual |
void TextGeneratorHtml::writeLink |
( |
const char * |
ref, |
|
|
const char * |
f, |
|
|
const char * |
anchor, |
|
|
const char * |
name |
|
) |
| const |
|
inlinevirtual |
Implements TextGeneratorIntf.
Definition at line 3738 of file context.cpp.
3744 m_ts <<
"<a class=\"elRef\" ";
3749 m_ts <<
"<a class=\"el\" ";
3754 if (anchor)
m_ts <<
"#" << anchor;
static QCString htmlFileExtension
QCString convertToHtml(const char *s, bool keepEntities)
QCString externalLinkTarget()
QCString externalRef(const QCString &relPath, const QCString &ref, bool href)
void TextGeneratorHtml::writeString |
( |
const char * |
s, |
|
|
bool |
keepSpaces |
|
) |
| const |
|
inlinevirtual |
Implements TextGeneratorIntf.
Definition at line 3703 of file context.cpp.
3714 case '<':
m_ts <<
"<";
break;
3715 case '>':
m_ts <<
">";
break;
3716 case '\'':
m_ts <<
"'";
break;
3717 case '"':
m_ts <<
""";
break;
3718 case '&':
m_ts <<
"&";
break;
3719 case ' ':
m_ts <<
" ";
break;
QCString convertToHtml(const char *s, bool keepEntities)
The documentation for this class was generated from the following file: