Update jsDocs to something close to full coverage for public API

- #596
This commit is contained in:
Gregg Van Hove
2017-03-23 12:20:08 -07:00
parent 9cb2f06aa6
commit 7f8f2b5e7a
5 changed files with 709 additions and 14 deletions
+2 -1
View File
@@ -273,9 +273,10 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Add a custom reporter to the Jasmine environment.
* @name Env#addReporter
* @function
* @tutorial addReporter
* @see custom_reporter
*/
this.addReporter = function(reporterToAdd) {
reporter.addReporter(reporterToAdd);