endif
include docs/config.mk
-mdr_list = (filter-out docs/09_Benchmarks.mdr, $(shell find docs -type f -name "*.mdr"))
+mdr_list = $(filter-out docs/09_Benchmarks.mdr, $(shell find docs -type f -name "*.mdr"))
md_list = $(mdr_list:.mdr=.md)
_docserver_config = bash help/doc-config.sh > mkdocs.yml
@exec make -s CONTAINS="Hello, World!" helloworld.test
## (Bag of) Features
- * horizontal inheritance
+ * [single inheritance](https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints)
* typedef (function pointers and type aliases)
* enums and unions
* templates (both class and functions)