Where to document code with Doxygen
        Posted  
        
            by Typeoneerror
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Typeoneerror
        
        
        
        Published on 2010-06-01T05:09:08Z
        Indexed on 
            2010/06/01
            5:13 UTC
        
        
        Read the original article
        Hit count: 477
        
Hello. I've never written documentation for any C-style code before (only done asdoc and phpdoc). I've been looking at Doxygen for documenting my Objective-C code, but I'm unsure where to put the comments. Should I document the .h files or should I add the comments to the .m files? or both? Any other recommendations?
© Stack Overflow or respective owner