Skip to content

Commit 2bcf93d

Browse files
committed
Temporarily disable debug XML comment
The contents of verbatim snippets from the XMLs added as comments to generated methods cause compilation problems with illegal Unicode escapes. Disable them temporarily while getting the generated code to compile.
1 parent c2991dd commit 2bcf93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gir2java/GirParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ private void parseMethodOrFunction(Element root, ParsingContext context) {
776776
}
777777
}
778778

779-
nativeMethod.javadoc().add(root.toXML());
779+
//nativeMethod.javadoc().add(root.toXML());
780780

781781
//if there was any Pointer<Anything> replaced above, here comes a pretty wrapper that wraps/unwraps between @Ptr long and Pointer<Anything>
782782
if (takesPointer || returnsPointer) {

0 commit comments

Comments
 (0)