DCL 3.7.4
Loading...
Searching...
No Matches
DocParser.h File Reference
#include <dcl/Object.h>
#include "DocSyntax.h"

Go to the source code of this file.

Classes

struct  DOC_BLOCK
class  DocParser

Macros

#define __DOC_PARSER_H__   20031212

Enumerations

enum  BlockType { normal , comment , quotation , keyword }

Macro Definition Documentation

◆ __DOC_PARSER_H__

#define __DOC_PARSER_H__   20031212

Definition at line 2 of file DocParser.h.

Enumeration Type Documentation

◆ BlockType

enum BlockType
Enumerator
normal 
comment 
quotation 
keyword 

Definition at line 14 of file DocParser.h.

15{
16 normal,
17 comment,
20};
@ quotation
Definition DocParser.h:18
@ comment
Definition DocParser.h:17
@ keyword
Definition DocParser.h:19
@ normal
Definition DocParser.h:16