Thread overview
[Issue 11891] Ddoc should generate index table
Feb 10, 2018
Seb
Dec 17, 2022
Iain Buclaw
June 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11891

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Perhaps a better syntax is to use a Category: section in the ddoc comment, and use $(CATEGORY myCategory) to generate the table of symbols for that category.

--
February 10, 2018
https://issues.dlang.org/show_bug.cgi?id=11891

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #2 from Seb <greensunny12@gmail.com> ---
Status quo:

(1) JavaScript hack to generate a "quickIndex"

However because (1) looked too ugly, a manual BOOKMARK table has been added to most modules. Generating a grouped BOOKMARK table automatically is really hard though.

FWIW ddox and adrdox can generate index tables out of the box.

I'm not sure if anyone plans to actively develop Ddoc. Migration to Ddox for dlang.org is WIP though it might never happen.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11891

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--