lang/include/doc_printers.hpp

11 lines
183 B
C++
Raw Normal View History

2023-07-24 23:55:11 +03:00
#pragma once
#include "basic_printers.hpp"
#include "doc_nodes.hpp"
namespace printers {
void print_docs(const nodes::SymbolDocs &docs, Printer &printer);
} // namespace printers