On 2014-03-11 16:52, Andrej Mitrovic wrote:

I think on pages where we provide a cheat-sheet like in std.algorithm
it's probably a good idea to remove the auto-generated list of
functions, because it's essentially a duplicated list (and the
cheat-sheet is better because it's humanly organized):

http://dlang.org/library/std/algorithm.html

The correct solution is making the automatically generated one as good as the manually. It shouldn't be hard to add a new Ddoc macro that is recognized and indicates which category a symbol belongs to. Something like:

/// $(CATEGORY searching)
void foo ();

--
/Jacob Carlborg

Reply via email to