From d30cd508ad62dc9744c44195783e3df1fe14e9e7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 18 Nov 2017 00:35:46 +0100 Subject: [PATCH] Fix documentation --- standards/documentation.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/standards/documentation.md b/standards/documentation.md index 4d3e552..ee5bbc0 100644 --- a/standards/documentation.md +++ b/standards/documentation.md @@ -87,20 +87,6 @@ The javascript documentation is based on JsDoc, therefore only valid JsDoc comme ### File -### Class - -#### Member - -#### Function/Method - -### Variable - -## Scss - -The scss documentation is based on SassDoc, therefore only valid SassDoc comments are valid for all scss files. - -### File - ```js /** * File description @@ -151,4 +137,4 @@ A function/method documentation MUST be implemented in the following form: */ ``` -### Variable \ No newline at end of file +### Variable