Doxygen
|
#include <vector>
#include <memory>
#include <string>
#include "parserintf.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#include "types.h"
#include "entry.h"
#include "vhdldocgen.h"
#include "config.h"
#include "util.h"
Go to the source code of this file.
Classes | |
class | VHDLOutlineParser |
VHDL parser using state-based lexical scanning. More... | |
Enumerations | |
enum class | VhdlSection { UNKNOWN = 0 , GEN_SEC =0x1 , PARAM_SEC , CONTEXT_SEC , PROTECTED_SEC } |
Functions | |
const EntryList & | getVhdlInstList () |
QCString | filter2008VhdlComment (const QCString &s) |
|
strong |
Enumerator | |
---|---|
UNKNOWN | |
GEN_SEC | |
PARAM_SEC | |
CONTEXT_SEC | |
PROTECTED_SEC |
Definition at line 20 of file vhdljjparser.h.
Definition at line 868 of file vhdljjparser.cpp.
References GrowBuf::addChar(), GrowBuf::at(), QCString::data(), GrowBuf::get(), GrowBuf::getPos(), QCString::length(), and GrowBuf::setPos().
const EntryList & getVhdlInstList | ( | ) |
Definition at line 845 of file vhdljjparser.cpp.
References g_instFiles.
Referenced by VhdlDocGen::computeVhdlComponentRelations().