Repository: incubator-freemarker Updated Branches: refs/heads/3 763510b7f -> 72e52eef0
(README content fix) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/72e52eef Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/72e52eef Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/72e52eef Branch: refs/heads/3 Commit: 72e52eef074f56744d2ca1a2f4f9a5423109baeb Parents: 763510b Author: ddekany <[email protected]> Authored: Tue Jul 4 11:36:45 2017 +0200 Committer: ddekany <[email protected]> Committed: Tue Jul 4 11:36:45 2017 +0200 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/72e52eef/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 72ac49c..915445e 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,10 @@ this will run the tests of all modules. To generate the aggregated API documention (contains the API of several modules that are deemed to be used commonly enough), issue `./gradlew aggregateJavadoc` -from the root module; the output will appear in the `build/docs/api` +from the root module; the output will appear in the `build/docs/javadoc` subdirectory. To generate API documentation per module, issue -`./gradlew javadoc`; the output will appear in the build/docs/api subdirectory -of the module. +`./gradlew javadoc`; the output will appear in the `build/docs/javadoc` +subdirectory of the module. To generate the FreeMarker Manual, issue `./gradlew manualOffline` (TODO: not yet working); the output will appear under
