Eelis/cxxdraft-htmlgen

Feature request: Include preceeding code blocks in paragraph highlighting

Closed this issue · 2 comments

Consider: http://eel.is/c++draft/util.smartptr#shared.const-18

It would be nice if the:

shared_ptr(const shared_ptr& r) noexcept;
template <class Y> shared_ptr(const shared_ptr<Y>& r) noexcept;

were included in the green background that's being referred to. (Or if there were a way to form a link which would highlight that code block)

Eelis commented

Fixed by 142421a. Moving the mouse over the left margin of an itemdecl now reveals a link that selects the itemdecl (example).

YAAAAAAAAAAAAAY :D :D

Thanks!