X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/2d5b700eb63669ca0a4bf27b5df58aa8af15735f..41247723b2940efe89648749b90e56d582bdfb89:/lib/forum.js diff --git a/lib/forum.js b/lib/forum.js index 0253b3d..f09e8dd 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 */ @@ -84,4 +85,4 @@ export default class Forum { console.log(' ^+---------+'); console.log(' (.) '); } -}; +}