Skip to content

Commit

Permalink
Fix JSDoc flaw which used the @Package tag in the wrong way
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Dec 22, 2021
1 parent d393b77 commit a06721c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ YUI.add('moodle-atto_styles-button', function (Y, NAME) {
/**
* Atto styles - YUI file
*
* @package atto_styles
* @module moodle-atto_styles-button
* @copyright 2015 Andrew Davidson, Synergy Learning UK <[email protected]>
* on behalf of Alexander Bias, Ulm University <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ YUI.add('moodle-atto_styles-button', function (Y, NAME) {
/**
* Atto styles - YUI file
*
* @package atto_styles
* @module moodle-atto_styles-button
* @copyright 2015 Andrew Davidson, Synergy Learning UK <[email protected]>
* on behalf of Alexander Bias, Ulm University <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Atto styles - YUI file
*
* @package atto_styles
* @module moodle-atto_styles-button
* @copyright 2015 Andrew Davidson, Synergy Learning UK <[email protected]>
* on behalf of Alexander Bias, Ulm University <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit a06721c

Please sign in to comment.