Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from
[scons.git] / src / engine / SCons / Tool / javah.xml
index 75d0efb59ae113c50074a95ace2ccd5cc9d3463e..20fe3eec14cf5e88f15e2194b4a201cfc6a10a68 100644 (file)
@@ -6,8 +6,18 @@ See its __doc__ string for a discussion of the format.
 -->
 <tool name="javah">
 <summary>
-XXX
+Sets construction variables for the &javah; tool.
 </summary>
+<sets>
+JAVAH
+JAVAHFLAGS
+JAVAHCOM
+JAVACLASSSUFFIX
+</sets>
+<uses>
+JAVAHCOMSTR
+JAVACLASSPATH
+</uses>
 </tool>
 
 <builder name="JavaH">
@@ -18,7 +28,10 @@ The target can be either a directory
 in which the header files will be written,
 or a header file name which
 will contain all of the definitions.
-The source can be either the names of <filename>.class</filename> files,
+The source can be the names of <filename>.class</filename> files,
+the names of <filename>.java</filename> files
+to be compiled into <filename>.class</filename> files
+by calling the &b-link-Java; builder method,
 or the objects returned from the
 &b-Java;
 builder method.