From 32ec81f6370328833fd0ba3dfe1c2974ac775973 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 23 Dec 2019 01:08:03 +0100 Subject: Add JSDoc config --- lib/forum.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 */ -- cgit