Add cpp_enum and cpp_enum_value

This commit is contained in:
Jonathan Müller 2017-01-21 22:44:53 +01:00
commit a2c54165bd
6 changed files with 142 additions and 2 deletions

View file

@ -33,7 +33,7 @@ namespace cppast
namespace_->add_child(std::move(child));
}
/// \effects Registers the file in the [cppast::cpp_entity_index](),
/// \effects Registers the namespace in the [cppast::cpp_entity_index](),
/// using the given [cppast::cpp_entity_id]().
/// \returns The finished namespace.
std::unique_ptr<cpp_namespace> finish(const cpp_entity_index& idx,