summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-08-24 12:48:56 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-08-24 12:48:56 (GMT)
commitfdd10f2415c65a9a34d64c985ea5ff0a6f4b6654 (patch)
treea09b829c33290e568259423fbcac1a7720c274a7 /src/vhdldocgen.cpp
parent94a52469b177703d3e0d94bed6c4a48bddba18cb (diff)
downloadDoxygen-fdd10f2415c65a9a34d64c985ea5ff0a6f4b6654.zip
Doxygen-fdd10f2415c65a9a34d64c985ea5ff0a6f4b6654.tar.gz
Doxygen-fdd10f2415c65a9a34d64c985ea5ff0a6f4b6654.tar.bz2
Correction of some coloring of code comments in VHDL, adding data type 'positive'
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index 287565b..373e6de 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -602,7 +602,7 @@ const char* g_vhdlKeyWordMap1[] =
{
"natural","unsigned","signed","string","boolean", "bit","bit_vector","character",
"std_ulogic","std_ulogic_vector","std_logic","std_logic_vector","integer",
- "real","float","ufixed","sfixed","time",0
+ "real","float","ufixed","sfixed","time","positive",0
};
// logic
@@ -667,7 +667,7 @@ const char* g_vhdlKeyWordMap3[] =
QCString* VhdlDocGen::findKeyWord(const QCString& tmp)
{
static QCString vhdlkeyword("vhdlkeyword");
- static QCString vhdltype("comment");
+ static QCString vhdltype("keywordtype");
static QCString vhdllogic("vhdllogic");
static QCString preprocessor("keywordflow");