-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm working with this codebase from my company: github.com/instrumental-id/iiq-common-public
I run the tool like so, against the locally built JAR.
❯ javadoc2md -i /home/devin/IIQCommon/build/libs/iiq-common-public-javadoc.jar -o pub.md
Using local jar: /home/devin/IIQCommon/build/libs/iiq-common-public-javadoc.jar
Converting class HTML to Markdown: 100%|...| 840/840 [00:04<00:00, 209.44file/s]
Created Markdown documentation directory: pub.md/unknown-latest
Total files converted: 840
However, the files generated, while properly named and in the original folder structure, are almost empty. They also contain unexpected characters, like Unicode spaces (0x200b) and newlines (0x0a).
The entire contents of one of the files follows. The rest are similar.
Package com.identityworksllc.iiq.common
## Class AbstractBaseUtility
Metadata
Metadata
Assignees
Labels
No labels