Some API docs contain information at package level. For example java.io
contains 3 package-level sections here http://docs.oracle.com/javase/7/docs/api/java/io/package-summary.html
The sections are: "Package java.io Description", "Package Specification" and "Related Documentation".
Where should I put these sections content in my own project so that javadoc processes it in the same way?