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

commit 9f120dfe6c73c20ac22595ac7bba92640186a5b4
Author: ddekany <[email protected]>
AuthorDate: Thu Jan 5 01:06:02 2023 +0100

    (Missing list of predefined values in output_format JavaDoc)
---
 src/main/java/freemarker/core/Configurable.java | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/java/freemarker/core/Configurable.java 
b/src/main/java/freemarker/core/Configurable.java
index a70e247e..bf6e3aab 100644
--- a/src/main/java/freemarker/core/Configurable.java
+++ b/src/main/java/freemarker/core/Configurable.java
@@ -2413,9 +2413,11 @@ public class Configurable {
      *       
      *   <li><p>{@code "output_format"}:
      *       See {@link Configuration#setOutputFormat(OutputFormat)}.
-     *       <br>String value: {@code "default"} (case insensitive) for the 
default, or an
-     *       <a href="#fm_obe">object builder expression</a> that gives an 
{@link OutputFormat}, for example
-     *       {@code HTMLOutputFormat} or {@code XMLOutputFormat}.
+     *       <br>String value: {@code "default"} (case insensitive) for the 
default,
+     *       one of {@code undefined}, {@code HTML}, {@code XHTML}, {@code 
XML}, {@code RTF}, {@code plainText},
+     *       {@code CSS}, {@code JavaScript}, {@code JSON},
+     *       or an <a href="#fm_obe">object builder expression</a> that gives 
an {@link OutputFormat}, for example
+     *       {@code HTMLOutputFormat}, or {@code com.example.MyOutputFormat()}.
      *
      *   <li><p>{@code "registered_custom_output_formats"}:
      *       See {@link 
Configuration#setRegisteredCustomOutputFormats(Collection)}.

Reply via email to