My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
htmlgen.h File Reference
#include "outputgen.h"
#include "ftextstream.h"

Go to the source code of this file.

Classes

class  HtmlCodeGenerator
 
class  HtmlGenerator
 

Macros

#define PREFRAG_START   "<div class=\"fragment\">"
 
#define PREFRAG_END   "</div><!-- fragment -->"
 

Macro Definition Documentation

#define PREFRAG_END   "</div><!-- fragment -->"

Definition at line 27 of file htmlgen.h.

Referenced by HtmlGenerator::endCodeFragment(), and HtmlDocVisitor::visit().

#define PREFRAG_START   "<div class=\"fragment\">"

Definition at line 26 of file htmlgen.h.

Referenced by HtmlGenerator::startCodeFragment(), and HtmlDocVisitor::visit().