Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Help me on Javadoc warning msgs

  Asked By: Hamish    Date: Sep 01    Category: Java    Views: 525
  

im trying generate HTML docs from java source files using "javadoc" utility, so
many warning msgs are happening,..
anybody let me know the correct syntax of this command, im now using this
command like :

C:\j2sdk1.4\src\javax\swing> javadoc *.java

& the warning msgs are

Generating javax\swing\JViewport.html...
JViewport.java:265: warning - @beaninfo is an unknown tag.
JViewport.java:588: warning - @beaninfo is an unknown tag.
JViewport.java:861: warning - @beaninfo is an unknown tag.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Rosa Reynolds     Answered On: Sep 01

There seems no problems with the javadoc. Check out the syntax  for
@beaninfo tag, I am not aware of the tag, but from the error msg it
seems that the tag has been misspelled

 
Didn't find what you were looking for? Find more on Help me on Javadoc warning msgs Or get search suggestion and latest updates.




Tagged: