is it feasible to support showing java signatures ...
# dokka
p
is it feasible to support showing java signatures for java classes in dokka (with
outputFormat = 'html'
)? I’d love to use a single doc generator with single look & feel for my project’s java and kotlin apis. however, I need the java docs to show java signatures. (the reason for writing some of my apis in java is that I can’t impose kotlin on everyone.)
c
Try
html-as-java
instead of
javadoc