Inconsistencies between JavaDoc and AsciiDoc
See original GitHub issueA substantial portion of the specification is duplicated (sometimes very inexactly) between the JavaDoc and AsciiDoc portions of the project. For example, the specification of converters uses very different language and structure between the JavaDoc of Converter
and the converters.asciidoc
document.
I think it would be worth considering one of the following:
- Come up with some way to import common language into the AsciiDoc and JavaDoc from some common source
- Remove the specification language from the JavaDoc and reference the AsciiDoc instead
- Remove the specification language from the AsciiDoc and reference the JavaDoc instead
- Introduce some tool that ensures that the AsciiDoc is in sync with the JavaDoc
- Generate the AsciiDoc from the JavaDoc
- Some other ideas?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to use AsciiDoclet to generate asciidoc file from javadoc ...
I'm newbie with asciidoc. I want to generate HTML Documentation from commented javadoc (in asciidoc format) in java file.
Read more >Errors and Warnings | Asciidoctor Docs
All application messages (i.e., debug, info, warning, error, or fatal) emitted by Asciidoctor are written to the logger. By default, only warning, error, ......
Read more >Asciidoc throw warnings while building documentation - Red Hat
During the documentation build phase, the following errors are observed: Branch: 1.3. asciidoctor: WARNING: content-based-routing.adoc: line 76: invalid ...
Read more >How to contribute documentation - Quarkus
Quarkus docs use AsciiDoc, a lightweight markup language. ... Configuration documentation is generated from JavaDoc comments in Java source files.
Read more >AsciiDoc User Guide
Apart from asciidoc(1) and a Python interpreter, no other programs are required to convert AsciiDoc text files to DocBook or HTML.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is not wholly solved; only the beginnings were done.
Move this out of Config 1.4 release and target for the future release.