|
Doxygen
|
#include "vhdljjparser.h"#include <string>#include <memory>#include <exception>#include "VhdlParserErrorHandler.hpp"#include "VhdlParserTokenManager.h"#include "arguments.h"#include "commentscan.h"#include "config.h"#include "containers.h"#include "definition.h"#include "doxygen.h"#include "dstring.h"#include "language.h"#include "markdown.h"#include "message.h"#include "outputlist.h"#include "regex.h"#include "stringutil.h"#include "types.h"#include "util.h"#include "vhdldocgen.h"Go to the source code of this file.
Classes | |
| struct | VHDLDocInfo |
| struct | VHDLOutlineParser::Private |
Functions | |
| static bool | isConstraintFile (const DString &fileName, const DString &ext) |
| const EntryList & | getVhdlInstList () |
| DString | filter2008VhdlComment (const DString &s) |
Variables | |
| static EntryList | g_instFiles |
| static int | idCounter |
Definition at line 867 of file vhdljjparser.cpp.
References DString::data(), DString::length(), DString::reserve(), and DString::resize().
| const EntryList & getVhdlInstList | ( | ) |
Definition at line 844 of file vhdljjparser.cpp.
References g_instFiles.
Referenced by VhdlDocGen::computeVhdlComponentRelations().
Definition at line 52 of file vhdljjparser.cpp.
References DString::length(), and DString::right().
Referenced by VHDLOutlineParser::parseInput().
|
static |
Definition at line 60 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::addCompInst(), and getVhdlInstList().
|
static |
Definition at line 250 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::getNameID().