Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml b/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
index d98fb110..dd17c343 100644
--- a/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
+++ b/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
@@ -4,7 +4,7 @@
%isopub;
]>
-<chapter id="core_reference" xreflabel="core reference">
+<chapter id="core_reference" xreflabel="Core reference">
<title><emphasis>Check</emphasis> / <emphasis>Xtend</emphasis> /
<emphasis>Xpand</emphasis> Reference</title>
@@ -2416,9 +2416,10 @@
<para>This section describes the workflow component that is provided to perform the
code generation, i.e. run the templates. You should have a basic idea of how the
- workflow engine works. <phrase conditon="main">(see <emphasis> <xref
- linkend="workflow_reference"/> </emphasis>).</phrase> A simple generator
- component configuration could look as follows:
+ workflow engine works. (see <emphasis> <phrase condition="main"> <xref
+ linkend="workflow_reference"/></phrase><phrase
+ condition="individual">Workflow reference</phrase></emphasis>). A
+ simple generator component configuration could look as follows:
<programlisting>&lt;component class="oaw.xpand2.Generator"&gt;

Back to the top