billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
642 stars 95 forks source link

ponder_ext::ValueMapper not in the documentation? #17

Closed iwbnwif closed 8 years ago

iwbnwif commented 8 years ago

The Valueclass documentation mentions that the standard set of supported types can be extended using ponder_ext::ValueMapper, but there is no hyperlink to this struct.

The source file valuemapper.hpp has a nice example for this great feature, so I think it would be good if this was linked in the Valuedocumentation.

billyquith commented 8 years ago

Done.