diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-12-23 01:08:03 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-12-23 01:08:03 +0100 |
| commit | 32ec81f6370328833fd0ba3dfe1c2974ac775973 (patch) | |
| tree | eefa1fb0fa24636e3734a3b2d066085a11825ab7 /lib | |
| parent | a84f7dfef5c6212dfe6db14d7416b8780e2a7dc9 (diff) | |
Add JSDoc config
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forum.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forum.js b/lib/forum.js index 0253b3d..d095e47 100644 --- a/lib/forum.js +++ b/lib/forum.js @@ -8,6 +8,7 @@ import Path from 'path'; /** * The Forum class is the main entry point for the backend application. * + * @module Forum * @param {tForumBackendConfiguration} config the initialization options to * extend the instance */ |