Verilog Documentation Generator
Main Page
Modules
Data Structures
Files
File List
Globals
veridoc-types.h
Go to the documentation of this file.
1
6
#include "verilog-parser/src/verilog_parser.h"
7
8
#ifndef VERIDOC_TYPES_H
9
#define VERIDOC_TYPES_H
10
12
typedef
enum
boolean_e{
13
BOOL_TRUE = 1,
14
BOOL_FALSE = 0
15
}
boolean
;
16
17
#endif
18
boolean
boolean
A simple boolean type.
Definition:
veridoc-types.h:12
src
veridoc-types.h
Generated on Thu Aug 4 2016 13:58:08 for Verilog Documentation Generator by
1.8.11