Parse documentation comments
This commit is contained in:
parent
e787b845d5
commit
183aeaafde
21 changed files with 451 additions and 45 deletions
|
|
@ -165,6 +165,12 @@ namespace cppast
|
|||
class_->add_child(std::move(child));
|
||||
}
|
||||
|
||||
/// \returns The not yet finished class.
|
||||
cpp_class& get() noexcept
|
||||
{
|
||||
return *class_;
|
||||
}
|
||||
|
||||
/// \effects Registers the class in the [cppast::cpp_entity_index](),
|
||||
/// using the given [cppast::cpp_entity_id]().
|
||||
/// \returns The finished class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue