moodle-tool_pluginskel
moodle-tool_pluginskel copied to clipboard
tiny: replace component placeholder with component name in JSDoc
When we use the following example, the generated files in amd/src/
directory use a placeholder for @module
tag:
/**
* Commands helper for the Moodle tiny_example plugin.
*
* @module plugintype_pluginname/commands
* @copyright 2022 Andrew Lyons <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
This PR should replace plugintype_pluginname
by the real component name (here tiny_example
).