views:

19

answers:

0

I have a multi-module Maven project with resource files (java properties files and spring xml config files, etc.) all over the place. I'd like to create some system documentation to help new developers understand these. However, I am loath to just create static content in a web page or word document.

Currently I just place comments at the top of these files when I can. Is there anything like JavaDoc for resource files? Is this something Maven site can handle somehow?