template<typename T>
struct v1::type_documentation< T >
Documentation of a type.
namespace my {
struct simple {
int foo;
};
}
template<>
struct hi::type_documentation<my::simple> {
};
The documentation for this struct was generated from the following file: