Parse documentation comments
This commit is contained in:
parent
e787b845d5
commit
183aeaafde
21 changed files with 451 additions and 45 deletions
|
|
@ -28,6 +28,7 @@ std::unique_ptr<cpp_entity> detail::try_parse_cpp_language_linkage(const parse_c
|
|||
auto& name = stream.get().value();
|
||||
|
||||
auto builder = cpp_language_linkage::builder(name.c_str());
|
||||
context.comments.match(builder.get(), cur);
|
||||
detail::visit_children(cur, [&](const CXCursor& child) {
|
||||
auto entity = parse_entity(context, child);
|
||||
if (entity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue