Electronic – Documentation generator for embedded C projects

cdocumentationfirmwaremicrocontrollermplabx

I'm looking for the equivalent of what Javadoc is to Java and from that, a way to standardize code documentation. Is doxygen more common in this context. Are there built-in, IDE-dependent options? I'm interesting in documenting a project in MPLABX.

Best Answer

Doxygen is the best option for generating documentation from code comments. It is also heavily used in industry to generate documentation for embedded C projects. If you are using MPLABX (which is actually a netbeans ide), there is plugin for doxygen available, see below link: http://plugins.netbeans.org/plugin/14326/doxygen-integration