[Issue 10869] Ddoc mark methods with "const" twice
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Aug 22 09:39:12 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10869
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-08-22 09:39:11 PDT ---
Introduced by f5f71ce1f50f2c33240475c44376cf176b75217e by fixing Issue 3445.
prefix is first called in declarationToDocBuffer, which adds one or more of
these:
deprecated
static
final
abstract
const
immutable
synchronized
But then toCBufferWithAttributes for functions is called which adds one or more
of these when it calls MODtoBuffer:
immutable
shared
const
inout
So there's a bit of an overlap.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list