-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Fix trunk documentation generation in BuidBot (OFBIZ-12896)
It's difficult because the rendering depends of the renderer tool For instance I use the AsciiDoctor Eclipse plugin and it works with the relative path from the current file (documentation_guidelines.adoc) include::resource/source.java[] but not with the "absolute" path (relative to OFBiz root dir) include::docs/asciidoc/resource/source.java[] I trust the later will be ok in BB; let's see before changing also user-manual.adoc
- Loading branch information
1 parent
14b80e9
commit 0b7145f
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters