src/share/classes/com/sun/tools/javah/JavahTask.java

changeset 1326
30c36e23f154
parent 1314
3673c811be1c
child 1377
e6cb81683ffe
equal deleted inserted replaced
1325:b2064a216117 1326:30c36e23f154
77 import com.sun.tools.javac.code.Symbol.CompletionFailure; 77 import com.sun.tools.javac.code.Symbol.CompletionFailure;
78 import com.sun.tools.javac.main.CommandLine; 78 import com.sun.tools.javac.main.CommandLine;
79 79
80 /** 80 /**
81 * Javah generates support files for native methods. 81 * Javah generates support files for native methods.
82 * Parse commandline options & Invokes javadoc to execute those commands. 82 * Parse commandline options and invokes javadoc to execute those commands.
83 * 83 *
84 * <p><b>This is NOT part of any supported API. 84 * <p><b>This is NOT part of any supported API.
85 * If you write code that depends on this, you do so at your own 85 * If you write code that depends on this, you do so at your own
86 * risk. This code and its internal interfaces are subject to change 86 * risk. This code and its internal interfaces are subject to change
87 * or deletion without notice.</b></p> 87 * or deletion without notice.</b></p>

mercurial