boostorg / docca

Boost.Book XSLT C++ documentation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

see-below not rendered in code blocks

vinniefalco opened this issue · comments

I don't think we ever coded for this explicitly, but can we make this work?

/** Brief

    @par Value Type
    @code 
    using value_type = __see_below__;
    @endcode
*/

Also __implementation_defined__?

At your service!