moodle-tool_pluginskel icon indicating copy to clipboard operation
moodle-tool_pluginskel copied to clipboard

tiny: replace component placeholder with component name in JSDoc

Open jboulen opened this issue 1 year ago • 0 comments

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).

jboulen avatar May 30 '23 08:05 jboulen