|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
A style folds a welder::detail::function_doc into one docstring. More...
#include <welder/concepts.hpp>
A style folds a welder::detail::function_doc into one docstring.
It is the customization point for how documentation reads in the target language; swap it to emit Google-, NumPy-, or any house style. Any type with static std::string format(const detail::function_doc&) qualifies. Concrete styles live with the rods that share them (e.g. welder::rods::python::google_style in <welder/rods/python/doc_style.hpp>), keeping this core layer neutral.
| S | the candidate style type. |
Definition at line 366 of file concepts.hpp.