http://d.puremagic.com/issues/show_bug.cgi?id=8271
Summary: [Ddoc] non-ascii character string macro names cannot
be replaced
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:08:33 PDT ---
This documentation comment doesn't work well:
---------------------------
/**
* $(まくろ)
*
* Macros:
* まくろ = マクロ
*/
void main(){}
/* まくろ = Ma Ku Ro(macro) in Japanese Hiragana */
/* マクロ = Ma Ku Ro(macro) in Japanese Katakana */
---------------------------
dmd replace only the macro name which [A-Za-z_][A-Za-z0-9_]* matches as a macro
name of Ddoc now.
The macro name should accept non-ascii character string like 'Identifier'.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------