From a78af833b708bf19f20168c0f8c3eb6a42bf200c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Jul 2016 14:39:47 +0200 Subject: [PATCH] Added section elements for filling --- standards/documentation.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/standards/documentation.md b/standards/documentation.md index 9751591..403ae5a 100644 --- a/standards/documentation.md +++ b/standards/documentation.md @@ -90,10 +90,22 @@ Example: The javascript documentation is based on JsDoc, therefore only valid JsDoc comments are valid for all js files. +### 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 + ``` //// // Documentation @@ -103,4 +115,12 @@ The scss documentation is based on SassDoc, therefore only valid SassDoc comment // @since 1.0.0 // @author Your Author 2 //// -``` \ No newline at end of file +``` + +### Class + +#### Member + +#### Function/Method + +### Variable \ No newline at end of file