#pragma once #include "doc_nodes.hpp" #include "tree_sitter_wrapper.hpp" #include #include namespace builders { nodes::SymbolDocs build_symbol_docs( std::optional description_parser_node, const std::vector &annotation_parser_nodes = {}, const std::unordered_set &annotations = {}); } // namespace builders