From 3df3e3de457d283fc03e7ad9699f097e32de0aa6 Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Wed, 2 Oct 2013 01:38:38 +0000 Subject: [PATCH] added a list of todos for the section on builtin functions --- documentation/Reference.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/Reference.txt b/documentation/Reference.txt index 8117892e..f0a77f57 100644 --- a/documentation/Reference.txt +++ b/documentation/Reference.txt @@ -2175,6 +2175,19 @@ these variable are updated from their globally visible copies. C Compatibility Features ------------------------ +.. todo:: + + - extract this section into its own file/chapter + + - update to version 2.2 (see release notes for many details) + + - reduce verbosity, e.g. move examples and motivations to the tutorial + + - should I start to deprecate escape to C code? with the generated header + file, is there anything that cannot be done in a separate C file? + (%%#include comes to mind, but that could be replaced by a SNL + directive) + Foreign Variables and Functions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- GitLab