diff --git a/docs/BestPractices-CLI.md b/docs/BestPractices-CLI.md index 92b7ffbdf9..45b7974460 100644 --- a/docs/BestPractices-CLI.md +++ b/docs/BestPractices-CLI.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Designing Tools for Command Line Interfaces -[[_TOC_]] + Some DSLs require a tool to enable general accessibility via the command line interface (CLI). When designing a tool, we recommend some standard guidelines. diff --git a/docs/BestPractices-Errors.md b/docs/BestPractices-Errors.md index 235ab099fb..4a2a1e1b76 100644 --- a/docs/BestPractices-Errors.md +++ b/docs/BestPractices-Errors.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Understanding Errors, Defining Errors -[[_TOC_]] + Errors happen. Some happen because of faults in the code (we call that internal errors), diff --git a/docs/BestPractices-Syntax-Design.md b/docs/BestPractices-Syntax-Design.md index 0cc2bfa75f..3a6f333247 100644 --- a/docs/BestPractices-Syntax-Design.md +++ b/docs/BestPractices-Syntax-Design.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Concrete and Abstract Syntax -[[_TOC_]] + [MontiCore](https://www.monticore.de) provides a number of options to design languages, access and modify the abstract syntax tree, and produce output files. diff --git a/docs/Languages.md b/docs/Languages.md index 8a80371582..9da7ab1e13 100644 --- a/docs/Languages.md +++ b/docs/Languages.md @@ -3,7 +3,7 @@ # MontiCore Languages of Level II - an Overview -[[_TOC_]] + [MontiCore](https://www.monticore.de) is a language workbench with an explicit notion of language components. It uses diff --git a/monticore-grammar/src/main/grammars/de/monticore/Grammars.md b/monticore-grammar/src/main/grammars/de/monticore/Grammars.md index 2eb7a0e3db..18ddda85e7 100644 --- a/monticore-grammar/src/main/grammars/de/monticore/Grammars.md +++ b/monticore-grammar/src/main/grammars/de/monticore/Grammars.md @@ -4,7 +4,7 @@ # MontiCore Grammars for Expressions, Literals and Types - an Overview -[[_TOC_]] + [MontiCore](https://www.monticore.de) is a language workbench. It uses an extended grammar format as primary mechanism to describe DSLs. This format diff --git a/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md b/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md index 24eccc6d45..2a8585a17b 100644 --- a/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md +++ b/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md @@ -2,7 +2,7 @@ # Documentation of the Symbol Table Infrastructure -[[_TOC_]] + ## Conceptual Model of Symbol Tables * What is a symbol?