(Redirected) Generate javadoc for empty package?

This question was posted in another forum. Does anyone know the answer?

See http://forum.java.sun.com/thread.jspa?threadID=653363

> I have a package that has a number of important

> sub-packages but which is otherwise empty. I want to

> write some summary documentation which I want to

> include in the empty "parent package" but I have

> found that javadoc doesn't generate package

> documentation for the package unless it has some

> classes in it (not just sub-packages).

>

> Is there an option to make javadoc generate

> documentation for empty packages?

[663 byte] By [EmboMana] at [2007-10-3 10:43:07]
# 1
Sorry, it's not possible for a truly empty package. Looks like it won' be fixed either: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4492654However, there is a useful workaround, as mentioned on that page --add an undocumented class to that
dhkramera at 2007-7-15 6:07:07 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...