diff options
Diffstat (limited to 'kjsembed/docs')
-rwxr-xr-x | kjsembed/docs/build-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/docs/build-docs.sh b/kjsembed/docs/build-docs.sh index 1dcd8637..3384b0a6 100755 --- a/kjsembed/docs/build-docs.sh +++ b/kjsembed/docs/build-docs.sh @@ -19,7 +19,7 @@ $JS write_docs.js 'this' 'this' 'Default context scripts are executed in.' > $RE $JS write_docs.js 'Global' 'global' 'The global object.' > $REF/global.html $JS write_docs.js 'Application' 'application' 'Global application object.' > $REF/application.html $JS write_docs.js 'Part' 'part' 'Part used by the interpreter.' > $REF/part.html -$JS write_docs.js 'StdDirs' 'StdDirs' 'Provides access to KStandardDirs.' > $REF/stddirs.html +$JS write_docs.js 'StdDirs' 'StdDirs' 'Provides access to TDEStandardDirs.' > $REF/stddirs.html $JS write_docs.js 'StdIcons' 'StdIcons' 'Provides access to the KIconLoader.' > $REF/stdicons.html # Custom Objects |