This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 54667e0c (Manual: Put ® into superscript)
54667e0c is described below
commit 54667e0c7ee0d40d710799517330db2a81d8a5ed
Author: ddekany <[email protected]>
AuthorDate: Sun Jun 22 16:58:47 2025 +0200
(Manual: Put ® into superscript)
---
buildSrc/build.gradle.kts | 2 +-
freemarker-manual/src/main/docgen/en_US/book.xml | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 52362b6c..72f553d4 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -24,6 +24,6 @@ plugins {
dependencies {
implementation(gradleApi())
-
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.4-SNAPSHOT")
+
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.5-SNAPSHOT")
implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1")
}
diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml
b/freemarker-manual/src/main/docgen/en_US/book.xml
index b35ea96f..16803701 100644
--- a/freemarker-manual/src/main/docgen/en_US/book.xml
+++ b/freemarker-manual/src/main/docgen/en_US/book.xml
@@ -35,11 +35,12 @@
<preface role="index.html" xml:id="preface">
<title>What is Apache FreeMarker?</title>
- <para>FreeMarker® is a <emphasis>template engine</emphasis>: a generic
- tool to generate text output (HTML web pages, e-mails, configuration
- files, source code, etc.) based on templates and changing data. It's not
- an application for end-users in itself, but a Java library, a component
- that programmers can embed into their products.</para>
+ <para>FreeMarker<superscript>®</superscript> is a <emphasis>template
+ engine</emphasis>: a generic tool to generate text output (HTML web pages,
+ e-mails, configuration files, source code, etc.) based on templates and
+ changing data. It's not an application for end-users in itself, but a Java
+ library, a component that programmers can embed into their
+ products.</para>
<para>Templates are written in the FreeMarker Template Language (FTL).
It's a simple, specialized language, <emphasis>not</emphasis> a full-blown