I've started working on an existing Cordova project, and I'm unfamiliar with both the codebase and the development framework. The project is not externally documented, which makes learning the codebase more difficult. I'm aware that there are programs like doxygen
that should be able to generate documentation. I see that npm
has a wrapper for Doxygen, but looking at its documentation I'm not sure how to apply it to a Cordova project.
How can I generate external documentation for an existing Cordova project?