folder structure refactoring

This commit is contained in:
ProgramSnail 2023-08-02 18:19:11 +03:00
parent ef88e6af86
commit 78c696b99a
30 changed files with 40 additions and 22 deletions

View file

@ -1,16 +0,0 @@
#pragma once
#include "doc_nodes.hpp"
#include "tree_sitter_wrapper.hpp"
#include <unordered_set>
#include <vector>
namespace builders {
nodes::SymbolDocs build_symbol_docs(
std::optional<parser::ParseTree::Node> description_parser_node,
const std::vector<parser::ParseTree::Node> &annotation_parser_nodes = {},
const std::unordered_set<std::string> &annotations = {});
} // namespace builders