lang/include/printers/doc_printers.hpp

11 lines
178 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(const nodes::SymbolDocs &docs, Printer &printer);
2023-07-24 23:55:11 +03:00
} // namespace printers