summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index e20e9d6..315e7aa 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -891,6 +891,7 @@ void ClassDef::writeDocumentation(OutputList &ol)
{
ol.startTypewriter();
bool isIDLorJava = nm.right(4)==".idl" ||
+ nm.right(5)==".pidl" ||
nm.right(5)==".java";
if (isIDLorJava)
{