Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to generate documentation for some groovy code using the groovydoc tool from the command line. However, the resultant documentation just lumps all classes into a single 'DefaultPackage'

I have tried

groovydoc -d <destdir> <packagename> <packagename> <path1>*.groovy <path2>*.groovy

as well as

groovydoc -d <destdir> <packagename>,<packagename> <path1>*.groovy <path2>*.groovy

all to no avail. The classes are documented but all lumped together. Can anybody please advise?

question from:https://stackoverflow.com/questions/66067492/package-documentation-using-groovydoc-on-the-command-line-windows

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...