简体   繁体   中英

Browsing Java comments in Eclipse in an easy way

In a large project I need to review all the code comments and so I'm searching for something in Eclipse to browse comments in an easy way (Javadoc comments principally). Is it possible that doesn't exist a view or something else in Eclipse to do this?

I am sure it exists so please suggest me the tips :)

thanks a lot

rob

只需生成javadoc并从那里开始,我认为这会更有意义

For browsing there is a view:

Window -> Show View -> Other... -> Java -> Javadoc

If you select a class / field / method in the Project Explorer it will show up in the Javadoc view.

For searching try a file search with file name pattern set to *.java.

Search -> File...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM