Add enum category example

This commit is contained in:
Jonathan Müller 2017-11-10 11:54:21 +01:00
commit 0b71d7d3b4
5 changed files with 122 additions and 5 deletions

View file

@ -10,5 +10,6 @@ endfunction()
_cppast_example(ast_printer)
_cppast_example(comparison)
_cppast_example(documentation_generator)
_cppast_example(enum_category)
_cppast_example(enum_to_string)
_cppast_example(serialization)