diff --git a/mozilla/webtools/lxr/tests/syntax-highlighting/jdoc.java b/mozilla/webtools/lxr/tests/syntax-highlighting/jdoc.java new file mode 100644 index 00000000000..ed978297779 --- /dev/null +++ b/mozilla/webtools/lxr/tests/syntax-highlighting/jdoc.java @@ -0,0 +1,38 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * ***** END LICENSE BLOCK ***** */ + +package org.bugzilla.landfill.mxr; + +import java.io.*; + + +/** + *

+ * This interface is similar to nsISupports. + *

+ * + * @see Mozilla#initEmbedding + * @see Mozilla#initXPCOM + * @see + * nsISupports + */ +public interface IMXRTestSupports { + + /** + * Blah + * + * @param interface_id the interface + * @param out_result this is the result + * + * The following is gibberish for testing mxr's cross reference + * + */ + void QueryInterface(nsid interface_id, [out,QIResult] out_result); +} + +