From 4827fbc5851567a11959598f967005ed8ec08f2d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 21 Feb 2016 10:08:22 +0100 Subject: [PATCH] JS documentation --- documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation.md b/documentation.md index 031c42b..9751591 100644 --- a/documentation.md +++ b/documentation.md @@ -88,6 +88,8 @@ Example: ## JavaScript +The javascript documentation is based on JsDoc, therefore only valid JsDoc comments are valid for all js files. + ## Scss The scss documentation is based on SassDoc, therefore only valid SassDoc comments are valid for all scss files.