heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
69 stars 25 forks source link

Is there a way to generate C++ Client API Reference docs? #8

Closed mofirouz closed 5 years ago

mofirouz commented 5 years ago

Similar to something like Java Client reference docs: https://heroiclabs.github.io/nakama-java/current/

This should be generated using a tool (something similar to Doxygen, but may be better?) and published as GitHub pages in the /docs folder of the master branch.

Dimon4eg commented 5 years ago

Found Piping Doxygen output to Github Pages for automatic navigation

Dimon4eg commented 5 years ago

https://goseeky.wordpress.com/2017/07/22/documentation-101-doxygen-with-github-pages/amp/

Dimon4eg commented 5 years ago

Merged to master. @mofirouz please create GitHub pages from /docs folder

mofirouz commented 5 years ago

I've setup GitHub pages to point to /docs. Thanks @Dimon4eg 🥇