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