eclipse-vertx / eclipse-vertx/vertx-codegen
Add support for different documentation dir
Open
- Dominant language
- Java
- Stars
- 111
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
right now everything generated by verty-codegen goes into:
```
outputDirectory\generated ~ generated classes
outputDirectory\resources ~ generated resources
outputDirectory\ascidoc ~ generated asciidoc
```
It would be great if you could support changing the location of the generated asciidoc, vertx-docgen supports this so it's kind of annoying that you can't specify the location of the generated asciidoc files for codegen. maybe even respond to the same option, so they both can be used in combination
Contributor guide
Assessment
This issue has not been assessed yet.