[
https://issues.apache.org/jira/browse/FLINK-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960575#comment-15960575
]
ASF GitHub Bot commented on FLINK-5781:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3495#discussion_r110357533
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigOption.java ---
@@ -137,6 +153,28 @@ public boolean hasDeprecatedKeys() {
return deprecatedKeys == EMPTY ?
Collections.<String>emptyList() : Arrays.asList(deprecatedKeys);
}
+ public String shortDescription() {
+ return shortDescription;
+ }
+
+ public String description() {
+ return description;
+ }
+
+ String toHTMLString(boolean includeShort) {
--- End diff --
Can we move this method to `ConfigGroup` as well? All accessed fields are
available from the outside as well.
> Generation HTML from ConfigOption
> ---------------------------------
>
> Key: FLINK-5781
> URL: https://issues.apache.org/jira/browse/FLINK-5781
> Project: Flink
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Ufuk Celebi
> Assignee: Dawid Wysakowicz
>
> Use the ConfigOption instances to generate a HTML page that we can use to
> include in the docs configuration page.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)