From 860b73f1644ecd6548ae403ec483625fb7b625ea Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 23 Nov 2019 19:27:21 +0100 Subject: entities rework, allow "inline" documentation, merge config with cli --- res/goal.md | 66 ------------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 res/goal.md (limited to 'res/goal.md') diff --git a/res/goal.md b/res/goal.md deleted file mode 100644 index 6c6ed24..0000000 --- a/res/goal.md +++ /dev/null @@ -1,66 +0,0 @@ -\ -============ - -Variables ---------- - -:::::: {.variable} - -`int MY_VARIABLE` -================= - -::: {.doc} -Documentation of this variable -::: - -:::::: - -Classes -------- - -::::::::: {.class} - -MyClass -======= - -this is a description of the class - -Public Types -============ - -- `Ptr` - ~ `std::shared_ptr` - -Public Member Functions -======================= - -:::::: {.member-functions} - -:::: {.member-function} - -MyFunction -========== - -::: {.doc} -Hello -::: - -:::: -:::: {.member-function} - -MyOtherFunction -=============== - -::: {.doc} -This is a description - -Panics -====== - -This never panics -::: -:::: - -:::::: - -::::::::: -- cgit v1.2.3