Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/**
* @brief Extend officegen object with ??? support.
*
* This method extending the given officegen object to create ??? document.
*
* @param[in] genobj The object to extend.
* @param[in] new_type The type of object to create.
* @param[in] options The object's options.
* @param[in] gen_private Access to the internals of this object.
* @param[in] type_info Additional information about this type.
*/
function makeMyType(genobj, new_type, options, gen_private, type_info) {
// ----- API for ??? documents: -----
}
baseobj.registerDocType('mytype', makeMyType)