mudrd8mz / moodle-tool_pluginskel

Generator of Moodle plugins skeletons
https://moodle.org/plugins/tool_pluginskel
Other
51 stars 46 forks source link

tiny: replace component placeholder with component name in JSDoc #119

Open jboulen opened 1 year ago

jboulen commented 1 year ago

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 <andrew@nicols.co.uk>
 * @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).