sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Missing newline in AsciiDoc hides version of project #143

Open coding-guy opened 6 years ago

coding-guy commented 6 years ago

In com/sebastian_daschner/jaxrs_analyzer/backend/asciidoc/AsciiDocBackend.java:134 you probably should add an additional \n to insert a newline in AsciiDoc output. This will ensure that the project version is visible. For now the version is hiden because of the missing newline.

Kind regards, Sven

coding-guy commented 6 years ago

Maybe this is the case only on Windows systems...