mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-09 16:38:46 +00:00
doc builders (no annotation check support)
This commit is contained in:
parent
696a9c3a1a
commit
6682e0beb1
5 changed files with 76 additions and 20 deletions
14
include/doc_builders.hpp
Normal file
14
include/doc_builders.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "doc_nodes.hpp"
|
||||
#include "tree_sitter_wrapper.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace builders {
|
||||
|
||||
nodes::SymbolDocs buildSymbolDocs(
|
||||
parser::ParseTree::Node description_parser_node,
|
||||
const std::vector<parser::ParseTree::Node> &annotation_parser_nodes);
|
||||
|
||||
} // namespace builders
|
||||
Loading…
Add table
Add a link
Reference in a new issue