[Issue 8272] New: [Ddoc] Recursive macro expansion is failed.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jun 20 07:12:39 PDT 2012
    
    
  
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: nobody at puremagic.com
        ReportedBy: zan77137 at nifty.com
--- Comment #0 from SHOO <zan77137 at nifty.com> 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list