views:

49

answers:

1

Hi,

We are using mercurial-hg and git, and are wondering if there is a way to create documentations from the existing code and newly check-ed in code.

Is there any plugin that we can hook into mercurial-hg/git that generates documentations?

Thanks

+2  A: 

Hooks plus Doxygen should do the trick.

Chris McCall