KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

Refactor doc generation #59

Open narnaud opened 1 week ago

narnaud commented 1 week ago

Refactor the way we are generating the documentation. Right now, cpp2doc is called at every compilation, which is a waste of time, specially if there are no changes.

What we would like is:

I wonder what would be the best way to handle that, but surely running cpp2doc every time is a waste of resources.