Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/jsdoc-toolkit/conf/sample.conf')
-rw-r--r--tests/lib/jsdoc-toolkit/conf/sample.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/lib/jsdoc-toolkit/conf/sample.conf b/tests/lib/jsdoc-toolkit/conf/sample.conf
index ad0f08e658..c28347b0eb 100644
--- a/tests/lib/jsdoc-toolkit/conf/sample.conf
+++ b/tests/lib/jsdoc-toolkit/conf/sample.conf
@@ -4,7 +4,7 @@
you frequently reuse the same options. Note that you don't need to define
every option in this file, you can combine a configuration file with
additional options on the commandline if your wish.
-
+
You would include this configuration file by running JsDoc Toolkit like so:
java -jar jsrun.jar app/run.js -c=conf/sample.conf
@@ -13,19 +13,19 @@
{
// source files to use
_: ['app/test/jsdoc_test.js'],
-
+
// document all functions, even uncommented ones
a: true,
-
+
// including those marked @private
p: true,
-
+
// some extra variables I want to include
D: {generatedBy: "Michael Mathews", copyright: "2008"},
-
+
// use this directory as the output directory
d: "docs",
-
+
// use this template
t: "templates/jsdoc"
} \ No newline at end of file