generateInternalRd   package:RGtkBindingGenerator   R Documentation

_C_r_e_a_t_e _p_a_c_k_a_g_e _i_n_t_e_r_n_a_l _d_o_c_u_m_e_n_t_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     generateInternalRd(defs, package)

_A_r_g_u_m_e_n_t_s:

    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.

_V_a_l_u_e:

     The return value is irrelevant. It is the side effect of creating
     the 'package-Internal.Rd' file that is the result.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk> <URL:
     http://www.omegahat.org/GtkAutoBindingGen>   <URL:
     http://www.gtk.org>

_S_e_e _A_l_s_o:

_E_x_a_m_p_l_e_s:

