lsalzman / enet

ENet reliable UDP networking library
MIT License
2.66k stars 667 forks source link

When do docs get Built? #249

Closed cuppajoeman closed 2 months ago

cuppajoeman commented 2 months ago

The other week I got one of my pull requests merged which removes some extra whitespace (<br>) on this page:

http://sauerbraten.org/enet/Tutorial.html#SendingPacket

You'll notice that the problem is still there. So I'm just wondering when the docs get updated or if that is automated in any way...

Also I want to improve sections of the tutorial and stuff, but I'm curious to know how frequent the changes would be reflected. I'm assuming the sauerbraten site is probably just a linux machine somewhere running a webserver and probably doesn't have any automation?

Another option is hosting it through github pages and then using github workflow to run doxgen whenever a certain type of merge request gets made which would allow for changes to be reflected immediately. But I get that integrating into git-hubs services may not be preferred.

cuppajoeman commented 2 months ago

The docs get built when lsalzman manually regenerates the doxygen files. I was able to reach out to him via the IRC channel for enet