JavaDoc: How do I use paragraphs?

Hello All,

I'm trying to have my JavaDoc comments appear with a description that can have paragraphs in it, but when I generate the JavaDoc the paragraphs are all put into one. How can I do this?

Example JavaDoc Comments:

/**

* (C) Copyright MyCorp. 2006

* All Rights Reserved

*

* Created on May 2, 2006

*

* Description: This is a test program that does blah..

*

* @author kportner

*/

Example Generated Results:

(C) Copyright MyCorp. 2006 All Rights Reserved Created on May 2, 2006 Description: This is a test program that does blah..

Author:

kportner

How do I keep the paragraphs from being bunched together?

Thanks,

Karl

[790 byte] By [kmportnera] at [2007-10-2 19:07:04]
# 1
Please don't cross-post.Answered here: http://forum.java.sun.com/thread.jspa?messageID=4214567
prometheuzza at 2007-7-13 20:46:47 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...