Skip to content

Commit

Permalink
Documentation (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Feb 25, 2019
1 parent 73c623a commit 39d5fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/define/class/attributes/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
/*global _gpfErrorDeclare*/ // Declare new gpf.Error names
/*global _gpfIsArrayLike*/ // Return true if the parameter looks like an array
/*exported _GPF_DEFINE_CLASS_ATTRIBUTES_NAME*/ // $attributes
/*exported _gpfDefClassAttrIsAttributeSpecification*/ // Check if member name is an attribute
/*exported _gpfDefClassAttrCheck*/ // Check attribute
/*exported _gpfDefClassAttrIsAttributeSpecification*/ // Check if member name is an attribute
/*#endif*/

// Done as a feature 'on top' of normal class definition to be able to remove it easily
Expand Down Expand Up @@ -60,6 +60,7 @@ var _GPF_DEFINE_CLASS_ATTRIBUTES_SPECIFICATION = "attributes",
* @param {String} member Member name
* @param {gpf.attributes.Attribute} attribute Attribute
* @this {_GpfClassDefinition}
* @since 0.2.9
*/
function _gpfDefClassAttrCheck (member, attribute) {
/*jshint validthis:true*/
Expand Down

0 comments on commit 39d5fbf

Please sign in to comment.