#pragma once #include #include namespace Documentation { class CppReference { public: static std::vector get_headers(const std::string &symbol) noexcept; static std::string get_url(const std::string &symbol) noexcept; }; } // namespace Documentation