From 7449faaa76a5b4008fd51a6562cca2e0a852ea6b Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 1 May 2020 17:33:13 +0200 Subject: Clean up code and improve documentation This switches the code documentation genarator (we're now using phpdoc instead of NaturalDoc). Also various small code cleanup tasks: - Remove unused code - Get rid of `and` / `or`, we're using `&&` / `||` now - Adding missing return values - Helping PhpStorm to detect some dynamically called functions (mark_builtin_callable in Transcompiler) - Reword transcompiling => compiling in documentation --- docu/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docu/index.html') diff --git a/docu/index.html b/docu/index.html index 9780b44..fad93eb 100644 --- a/docu/index.html +++ b/docu/index.html @@ -30,7 +30,7 @@

This documentation is splitted in two parts:

  1. The definition of the STE template language, including the documentation of the builtin tags and the standard library
  2. -
  3. The documentation of the PHP implementation
  4. +
  5. The documentation of the PHP implementation

It could also be helpful to take a look at the example program (the "example" directory).

-- cgit v1.2.3-54-g00ecf