Add enum_to_string example

This commit is contained in:
Jonathan Müller 2017-10-31 18:28:18 +01:00
commit b69e7bfacd
2 changed files with 62 additions and 0 deletions

View file

@ -9,3 +9,4 @@ endfunction()
_cppast_example(ast_printer)
_cppast_example(documentation_generator)
_cppast_example(enum_to_string)