How do I minimize the number of changes between revisions with new doxygen output?

Posted by Dirk Eddelbuettel on Stack Overflow See other posts from Stack Overflow or by Dirk Eddelbuettel
Published on 2009-11-09T16:15:14Z Indexed on 2010/03/29 2:43 UTC
Read the original article Hit count: 398

Filed under:
|
|

A subversion repository contains the html, latex and man directories that doxygen generates from the source code. Even for small source code changes, new files are being generated with random names which makes for large changes in the version control system.

Is there are way around this? How can I minimize the changesets between revisions while still including doxygen-generated documentation? Alternatively, how could I find which of the doxygen-genrated files are no longer being used and should be removed?

© Stack Overflow or respective owner

Related posts about doxygen

Related posts about version-control