Initial test of JavaDoc
git-svn-id: svn://10.0.0.236/trunk@209630 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
38
mozilla/webtools/lxr/tests/syntax-highlighting/jdoc.java
Normal file
38
mozilla/webtools/lxr/tests/syntax-highlighting/jdoc.java
Normal file
@@ -0,0 +1,38 @@
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
package org.bugzilla.landfill.mxr;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* This interface is similar to <code>nsISupports</code>.
|
||||
* </p>
|
||||
*
|
||||
* @see Mozilla#initEmbedding
|
||||
* @see Mozilla#initXPCOM
|
||||
* @see <a href=
|
||||
* "http://lxr.mozilla.org/mozilla/source/xpcom/io/nsISupports.idl">
|
||||
* nsISupports </a>
|
||||
*/
|
||||
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
|
||||
* <ul>
|
||||
* <li><code>true</code> - ...
|
||||
* </li>
|
||||
* <li><code>false</code> - ... </li>
|
||||
* </ul>
|
||||
*/
|
||||
void QueryInterface(nsid interface_id, [out,QIResult] out_result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user