milk-org / milk-previous-cream

Multi-purpose Imaging Libraries toolKit (milk)
https://milk-org.github.io/milk/
GNU General Public License v3.0
0 stars 0 forks source link

doxygen documentation #1

Closed oguyon closed 6 years ago

oguyon commented 6 years ago

Wondering how to cleanly integrate doxygen documentation with git workflow. When running doxygen within a branch (dev or master), content of ./html/ directory is rewritten This interferes with commits/push/merge Is it possible to have html directory only part of master branch ? (this is different from git practices...)

a-sevin commented 6 years ago

Maybe, we can put it in a submodule inside the master branch (not present inside dev) and we regenerate the documentation only when we push on the master branch.

oguyon commented 6 years ago

Done Documentation is now separate from main repo