Generate Javadoc for interfaces only?
        Posted  
        
            by ipkiss
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ipkiss
        
        
        
        Published on 2010-05-06T02:39:25Z
        Indexed on 
            2010/05/06
            2:48 UTC
        
        
        Read the original article
        Hit count: 347
        
Hi,
I am finding a way to write a script that I can generate javadoc for my program's Interfaces only (not for public classes). I have tried Eclipse built-in tool and even JAutodoc tool but have not been successful yet.
Does anyone have some ideas, please?
Thanks.
© Stack Overflow or respective owner