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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…