We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd93af2 commit 81ffa1fCopy full SHA for 81ffa1f
scripts/docs.sh
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+SCRIPTDIR=`dirname $0`;
3
+BASEDIR="$SCRIPTDIR/..";
4
+$BASEDIR/node_modules/typedoc/bin/typedoc --experimentalDecorators --readme $BASEDIR/README.md --name "UI-Router" --theme $BASEDIR/typedoctheme --mode modules --module commonjs --target es5 --out $BASEDIR/_doc $BASEDIR/src $BASEDIR/typings/es6-shim/es6-shim.d.ts $BASEDIR/typings/angularjs/angular.d.ts
0 commit comments