I'm working on a fairly large body of code and would like to process changes in documentation on an incremental basis. That is, I edit a C++ class file and would like to see the HTML results quickly, rather than waiting for the entire document to rebuild. Right now, my (naive) process is to edit, click 'Run' in Doxygen Wizard, and then wait. I'm sure there's a smarter way to get just the page I'm working on. What might that be?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm working on a fairly large body of code and would like to process changes in documentation on an incremental basis. That is, I edit a C++ class file and would like to see the HTML results quickly, rather than waiting for the entire document to rebuild. Right now, my (naive) process is to edit, click 'Run' in Doxygen Wizard, and then wait. I'm sure there's a smarter way to get just the page I'm working on. What might that be?