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

Categories

0 votes
997 views
in Technique[技术] by (71.8m points)

groovy - Package documentation using groovydoc on the command line (windows)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...