You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are now running PHPDoctor as a nightly cron job on our code base. Since it's large, this takes several hours.
One neat feature would be the ability to say "only regenerate documentation for files that git shows as changed."
I realize this would be complicated - you'd have to store a record of parent-child class relationships on disk, I imagine - but I thought I'd mention the idea.