Repository: incubator-freemarker Updated Branches: refs/heads/2.3 870b42825 -> 402d66744
(Addition to editors-readme.txt) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/d0ce4ffb Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/d0ce4ffb Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/d0ce4ffb Branch: refs/heads/2.3 Commit: d0ce4ffbfa132252af8c27e2cd42dd316e9b9b69 Parents: 6dea2fa Author: ddekany <[email protected]> Authored: Thu Jan 5 10:23:22 2017 +0100 Committer: ddekany <[email protected]> Committed: Thu Jan 5 10:23:22 2017 +0100 ---------------------------------------------------------------------- src/manual/en_US/docgen-help/editors-readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/d0ce4ffb/src/manual/en_US/docgen-help/editors-readme.txt ---------------------------------------------------------------------- diff --git a/src/manual/en_US/docgen-help/editors-readme.txt b/src/manual/en_US/docgen-help/editors-readme.txt index d556d12..a270269 100644 --- a/src/manual/en_US/docgen-help/editors-readme.txt +++ b/src/manual/en_US/docgen-help/editors-readme.txt @@ -122,3 +122,9 @@ Technical then it's deduced from the titles. - The "book" element must have this attribute: conformance="docgen" + +- It sometimes happens that you want to change some content that you see in + the generated output, which you can't find in the DocBook XML. In such case, + check the contents docgen.cjson, which should be in the same directory as + the XML. If it's not there either, it's perhaps hard-wired into the + templates in docgen.
