How to create auto-generated docs?

Hi, What is the best way to create an auto-generated documentation for gradle plugins? I’ve a bunch of plugins and tasks that are assigned to them. I’d like to generate docs with larger description (than in ‘description’ field) with group and other info. I can use GroovyDocTool but it’s impossible to get the field’s value and I can’t create task without having project instance… How to handle this?