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