Skip to content

Commit

Permalink
Fix up JSDoc for core module
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 26, 2013
1 parent c6b1f16 commit 128f41b
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 51 deletions.
7 changes: 5 additions & 2 deletions hawtio-web/genDocs
@@ -1,12 +1,15 @@
#!/bin/bash

tsFiles=$(find . -type f -name *.ts | grep -v [.]d[.]ts | grep -v /test/ | grep -v target)
#tsFiles=$(find . -type f -name *.ts | grep -v [.]d[.]ts | grep -v /test/ | grep -v target)

# install yuidoc using the steps mentioned here -> http://yui.github.io/yuidoc/##install


# starts yuidoc in server mode
yuidoc -e .ts -o target/docs --server src/main/webapp/app/forcegraph/js/
yuidoc -e .ts -o target/docs --server src/main/webapp/app/core/js/

# Just evaluates JSDoc comments
#yuidoc -e .ts -o target/docs --lint src/main/webapp/app/core/js/



2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/js/CodeEditor.ts
Expand Up @@ -64,7 +64,7 @@ module CodeEditor {
*
* @method createEditorSettings
* @param {Object} options
* @returns {Object}
* @return {Object}
*/
export function createEditorSettings(options:any = {}) {
options.extraKeys = options.extraKeys || {};
Expand Down

0 comments on commit 128f41b

Please sign in to comment.