[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5052 ---

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155501188 --- Diff: flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java --- @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482395 --- Diff: flink-docs/README.md --- @@ -0,0 +1,36 @@ + + +# Documentation generators + +This module contains generators that create HTML

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482662 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestServerEndpoint.java --- @@ -317,7 +317,21 @@ public int compare(

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482491 --- Diff: flink-docs/README.md --- @@ -0,0 +1,36 @@ + + +# Documentation generators + +This module contains generators that create HTML

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155483634 --- Diff: flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java --- @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155483740 --- Diff: flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java --- @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482310 --- Diff: flink-docs/README.md --- @@ -0,0 +1,36 @@ + + +# Documentation generators + +This module contains generators that create HTML

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482231 --- Diff: flink-docs/README.md --- @@ -0,0 +1,36 @@ + + +# Documentation generators + +This module contains generators that create HTML

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155482058 --- Diff: flink-docs/README.md --- @@ -0,0 +1,36 @@ + + +# Documentation generators + +This module contains generators that create HTML

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-12-07 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/5052#discussion_r155483284 --- Diff: flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java --- @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #5052: [FLINK-8133][REST][docs] Generate REST API documen...

2017-11-22 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5052 [FLINK-8133][REST][docs] Generate REST API documentation ## What is the purpose of the change This PR adds a generator for the REST API documentation. The generated has to be run manually