On 9/16/13 9:28 AM, Adam D. Ruppe wrote:
On Monday, 16 September 2013 at 16:22:13 UTC, Andrei Alexandrescu wrote:
<dl> is a definition list, which nicely fits
documenting a list of entities.

It is, but it seems to me the more specific "list of symbols
introduced" is better.

<dl class="d_decl">
<dd class="d_class"> or whatever


Use the closest tag name to what it is, and then put a class in there to
get more specific.

Why? To me it seems it makes no difference. Both are phrases that mean "this is a D declaration".

Andrei

Reply via email to