diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-24 07:47:09 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-24 07:47:09 (GMT) |
commit | 63d2d82031c69c35ea2bd6bf48e357b6297f67df (patch) | |
tree | cae83e2965c6efcaf396bc1e5a65c0b2f7b5b215 /doc/src/declarative/javascriptblocks.qdoc | |
parent | 122d5a977887408d10ccaf93ee1792c1aadef46a (diff) | |
download | Qt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.zip Qt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.tar.gz Qt-63d2d82031c69c35ea2bd6bf48e357b6297f67df.tar.bz2 |
Doc
Diffstat (limited to 'doc/src/declarative/javascriptblocks.qdoc')
-rw-r--r-- | doc/src/declarative/javascriptblocks.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc index 0006967..e57439f 100644 --- a/doc/src/declarative/javascriptblocks.qdoc +++ b/doc/src/declarative/javascriptblocks.qdoc @@ -138,6 +138,7 @@ these libraries, the JavaScript programmer can indicate a particular file is a stateless library through the use of a pragma, as shown in the following example. \code +// factorial.js .pragma library function factorial(a) { |