cancel
Showing results for 
Search instead for 
Did you mean: 

Javadoc

Former Member
0 Kudos

Hi All,

I ran javadoc on my project and noticed all my comments got ignored.

I replaced the stock "Declared Method" message for new methods with my own words.

What would be the correct way to put in your own comments?

Thanks,

yung siu wai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I cannot think of a reason for such an occurrence.

I hope you are using the following comments:

/** <text> */

because anything that is inside these comments would come.

// <text> won't work

Regards

Avinash

Former Member
0 Kudos

Hi Avinash,

Yes. That was what I did.

Replacing the /** Declared method / with /* bla bla bla */ .

Thanks,

yung siu wai

Former Member
0 Kudos

Please disregard my posting.

I got the wrong porject when I do my javadoc.

Thanks.