[Issue 1812] DDOC - Unicode identifiers are not correctly marked.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 17 12:03:32 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=1812
Ali Cehreli <acehreli at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acehreli at yahoo.com
--- Comment #7 from Ali Cehreli <acehreli at yahoo.com> 2009-09-17 12:03:31 PDT ---
Wanted to add that function parameters with unicode characters don't appear in
the generated documentation as well.
/**
* BUG: The parameters are not listed under Params in the generated output
*
* Params:
* ü = first
* ş = second
* ğ = third
*
*/
int foo(int ü, int ş, int ğ)
{
return ğ;
}
--
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