From 75548ffea0409846d6e11b4f7370075d71e181e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 21 Feb 2023 15:20:28 +0100
Subject: [PATCH] DOC: update documentation _->.

---
 src/doc/cfood.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst
index 882660af..9f942028 100644
--- a/src/doc/cfood.rst
+++ b/src/doc/cfood.rst
@@ -183,8 +183,10 @@ Automatically generated keys
 
 Some variable names are automatically generated and can be used using the
 ``$<variable name>`` syntax. Those include:
+
 - ``<converter name>``: access the path of converter names to the current converter
-- ``<converter name>_path``: the file system path to the structure element
-  (file system related converters only)
+- ``<converter name>.path``: the file system path to the structure element
+  (file system related converters only; you need curly brackets to use them:
+  ``${<converter name>.path}``)
 - ``<Record key>``: all entities that are created in the ``records`` section
   are available under the same key
-- 
GitLab