http://d.puremagic.com/issues/show_bug.cgi?id=8272
Summary: [Ddoc] Recursive macro expansion is failed.
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from SHOO <[email protected]> 2012-06-20 07:15:01 PDT ---
This documentation comment doesn't work well:
------------------------------------
/**
* $(MACRO_A MACRO_B)
*
* Macros:
* MACRO_A = $($1)
* MACRO_B = Macro C
*/
void main(){}
------------------------------------
$(MACRO_A MACRO_B) should be replaced to "Macro C". But now, this is replaced
to "$(MACRO_B)".
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------