From: fennecdjay Date: Wed, 24 Jul 2019 15:00:45 +0000 (+0200) Subject: :bug: Fix typo X-Git-Tag: nightly~2298 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3c9d6e96ae42db768e13d8fdd062f200bb4bab63;p=gwion.git :bug: Fix typo --- diff --git a/docs.mk b/docs.mk index d2fc79e7..6461e166 100644 --- a/docs.mk +++ b/docs.mk @@ -3,7 +3,7 @@ $(shell cp docs/config.mk.orig docs/config.mk) 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 diff --git a/docs/index.mdr b/docs/index.mdr index 89efdfb4..a95522ae 100644 --- a/docs/index.mdr +++ b/docs/index.mdr @@ -13,7 +13,7 @@ for: @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)