Skip to content

Commit 54667e0

Browse files
committed
(Manual: Put ® into superscript)
1 parent 04699f0 commit 54667e0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ plugins {
2424
dependencies {
2525
implementation(gradleApi())
2626

27-
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.4-SNAPSHOT")
27+
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.5-SNAPSHOT")
2828
implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1")
2929
}

freemarker-manual/src/main/docgen/en_US/book.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535
<preface role="index.html" xml:id="preface">
3636
<title>What is Apache FreeMarker?</title>
3737

38-
<para>FreeMarker® is a <emphasis>template engine</emphasis>: a generic
39-
tool to generate text output (HTML web pages, e-mails, configuration
40-
files, source code, etc.) based on templates and changing data. It's not
41-
an application for end-users in itself, but a Java library, a component
42-
that programmers can embed into their products.</para>
38+
<para>FreeMarker<superscript>®</superscript> is a <emphasis>template
39+
engine</emphasis>: a generic tool to generate text output (HTML web pages,
40+
e-mails, configuration files, source code, etc.) based on templates and
41+
changing data. It's not an application for end-users in itself, but a Java
42+
library, a component that programmers can embed into their
43+
products.</para>
4344

4445
<para>Templates are written in the FreeMarker Template Language (FTL).
4546
It's a simple, specialized language, <emphasis>not</emphasis> a full-blown

0 commit comments

Comments
 (0)