Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jboulen
Copy link
Contributor

@jboulen jboulen commented May 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant