Is there a parsing program that can verify my C code is documented clearly with proper comments? -


What language is a parsing program that checks any code even if it is clearly documented with proper commentary or not?

is a useful tool that will parse your code, remove comments, and create HTML. In response to your question, it produces warning for non-documented symbols and standards, so that it can be used to verify that you have correctly documented your source.

You can also include the headings of the headings, sections and sub-sections to provide dot files, for example (all doxygen comments start with / ** ):

  / * * This is the description of this variable * / variable variables; / ** This is a description of this function. * @Ruran * = 0 Success *    

Comments