Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
update defineLanguage jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Mar 1, 2013
1 parent 3a4ca20 commit b42ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/LanguageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ define(function (require, exports, module) {
/**
* Defines a language.
*
* @param {!string} id Unique identifier for this language, use only letters a-z and _ inbetween (i.e. "cpp", "foo_bar")
* @param {!string} id Unique identifier for this language, use only letters a-z, numbers and _ inbetween (i.e. "cpp", "foo_bar")
* @param {!Object} definition An object describing the language
* @param {!string} definition.name Human-readable name of the language, as it's commonly referred to (i.e. "C++")
* @param {Array.<string>} definition.fileExtensions List of file extensions used by this language (i.e. ["php", "php3"])
Expand Down

0 comments on commit b42ac95

Please sign in to comment.