summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 3c71840..9d1642c 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -629,6 +629,11 @@ static void generateXMLForMember(MemberDef *md,FTextStream &ti,FTextStream &t,De
t << " required=\"yes\"";
}
+ if (md->isNoExcept())
+ {
+ t << " noexcept=\"yes\"";
+ }
+
if (al && al->volatileSpecifier)
{
t << " volatile=\"yes\"";