id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
780	Perform Doxygen-like name mangling	dirk@users.sf.net	cboos	The current version has problems finding named objects in namespaces, as doxygen encodes '::' as '_1_1' in the filename and some other characters, too (see `utils.cpp:escapeCharsInString()`).  The following patch fixes it. I had to do a few things differently, as you can't have spaces in a WikiLink, but doxygen maps `TypeTrait<bool>` to `TypeTrait< bool >`. Currently the mapper adds the spaces (resp. their code), to make `doxygen:TypeTrait<bool>` work right. This might barf in other languages or other situations, but seems to work ok for now.\r\n\r\nIt also adds a default namespace option to the .ini that is searched if the global name is not found. This simplifies support for system where everything is in a common namespace.\r\n\r\nHope it helps\r\n\r\n    Dirk	enhancement	closed	normal	DoxygenPlugin	normal	fixed			0.11
