mapbox / hpp-skel

Skeleton for C++ header-only libraries
Creative Commons Zero v1.0 Universal
117 stars 19 forks source link

generate docs #6

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

This adds the Makefile command to generate docs from the hello_world.hpp file and all subsequent .hpp files in hello_world/.

I also found it rather confusing to have everything stuffed into a mapbox directory and namespace, so pulled everything up a level.

cc @springmeyer @GretaCB

mapsam commented 8 years ago

I'm pretty happy with this, including the cldoc generation method.

👍 👎 from @springmeyer and @GretaCB would be excellent. Once merged, I'll tag a release 0.0.1 so we can get it up on Mason and include in the node-cpp-skel.

GretaCB commented 8 years ago

I also found it rather confusing to have everything stuffed into a mapbox directory and namespace, so pulled everything up a level.

👍

springmeyer commented 8 years ago

👍 🚢