Doxygen
Loading...
Searching...
No Matches
outputgen.h File Reference
#include <memory>
#include <stack>
#include <iostream>
#include <fstream>
#include "types.h"
#include "index.h"
#include "section.h"
#include "textstream.h"
#include "docparser.h"
#include "construct.h"
+ Include dependency graph for outputgen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DocLinkInfo
 
struct  SourceLinkInfo
 
class  OutputCodeIntf
 Base class for code generators. More...
 
class  OutputGenerator
 Base class for shared implementation for all output generators. More...
 
class  OutputGenIntf
 Abstract interface for output generators. More...
 

Enumerations

enum class  OutputType {
  List , Html , Latex , Man ,
  RTF , Docbook , XML , Null ,
  Extension , Recorder
}
 

Enumeration Type Documentation

◆ OutputType

enum class OutputType
strong
Enumerator
List 
Html 
Latex 
Man 
RTF 
Docbook 
XML 
Null 
Extension 
Recorder 

Definition at line 59 of file outputgen.h.