Re: [Doxygen-develop] [BUG] BACK SLASH go away
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-10-03 17:47:42
|
On Tue, Oct 01, 2002 at 06:21:09AM +0900, Ryunosuke Satoh wrote: > Hi > > I found incompatibility. > This problem causes garbage characters in Japanese. > > source1: > ------------------------------------- > /** > * test > * \param c \b \\param3 <-- check > */ > int main(char a, ///< \b param1 > int b ///< \b \\param2 <-- check > ); > > Please tell me the cause or the name of doubtful file. > Help me! I'm seeking it for twelve hours. There were several problems with escaping commands (like using \\param). I'll try to have them fixed them in the next release. Regards, Dimitri |