Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3052ed2

Browse files
committed
Improve ddoc
1 parent 50fe233 commit 3052ed2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/rt/aaA.d

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,13 @@ pure nothrow @nogc unittest
485485
// API Implementation
486486
//------------------------------------------------------------------------------
487487

488-
/// Allocate new AA implementation.
488+
/** Allocate associative array data.
489+
* Called for `new SomeAA` expression.
490+
* Params:
491+
* ti = TypeInfo for the associative array
492+
* Returns:
493+
* A new associative array.
494+
*/
489495
extern (C) AA _aaNew(const TypeInfo_AssociativeArray ti)
490496
{
491497
AA aa;

0 commit comments

Comments
 (0)