> On Dec 9, 2018, at 3:57 PM, Daniel Dias Dos Santos > <[email protected]> wrote: > > cool . > > then the code for JavaDocs.java would look like this: > > https://github.com/apache/tomee-site-generator/blob/a96d23581868abff30270115b113df7292872e8b/src/main/java/org/apache/tomee/website/Examples.java > > assign this task to me, which I try to do : )
You got it. The JIRA is all yours! See also this example of doing a recursive walk looking for files with a particular name: - https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/Docs.java#L51 -David
