summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2016-08-09 14:37:50 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2016-08-09 14:57:09 (GMT)
commit8208b2d5514a3c29659ae967da544adc21585212 (patch)
tree017cae993e3947f669d4d6a969210d96edb6ddd3 /src/xmlgen.cpp
parentbac76c1957de71e3e0bddc23ccd46b7b2537c8a1 (diff)
downloadDoxygen-8208b2d5514a3c29659ae967da544adc21585212.zip
Doxygen-8208b2d5514a3c29659ae967da544adc21585212.tar.gz
Doxygen-8208b2d5514a3c29659ae967da544adc21585212.tar.bz2
sqlite3gen: sync with xmlgen
Modified the memberdef table so that it includes all elements xmlgen dups for a memberdef.
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 1551727..a00c17e 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -804,6 +804,7 @@ static void generateXMLForMember(MemberDef *md,FTextStream &ti,FTextStream &t,De
if (md->isWritable())
t << " <write>" << convertToXML(md->getWriteAccessor()) << "</write>" << endl;
}
+
if (md->memberType()==MemberType_Variable && md->bitfieldString())
{
QCString bitfield = md->bitfieldString();