Skip to content

Commit

Permalink
Commented out documentation for the commented out function goodAllocS…
Browse files Browse the repository at this point in the history
…ize in NullAllocator"

Previously, the docs showed the additional line "Returns n.". This documentation comment belongs to the goodAllocSize function, which is commented out, so commented out the doc comment, too.
  • Loading branch information
ghost91- committed Jul 31, 2016
1 parent 69c00bc commit 7f16265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct NullAllocator
shouldn't be unnecessarily constrained.
*/
enum uint alignment = 64 * 1024;
/// Returns $(D n).
// /// Returns $(D n).
//size_t goodAllocSize(size_t n) shared const
//{ return .goodAllocSize(this, n); }
/// Always returns $(D null).
Expand Down

0 comments on commit 7f16265

Please sign in to comment.