generateInternalRd {RGtkBindingGenerator} | R Documentation |
This creates the Internal.Rd file that "documents"
the automatically generated functions.
This helps in passing R CMD check for the generated package.
This function writes the name of each of the functions in the
functions list of the defs
object
as an alias in the generated Rd file.
generateInternalRd(defs, package)
defs |
the collection of definitions read from the .defs files |
package |
the name of the package being created. This is used to create the file. |
The return value is irrelevant.
It is the side effect of creating the package-Internal.Rd
file that is the result.
Duncan Temple Lang
http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org