[Doxygen-develop] Aliases
Brought to you by:
dimitri
From: Randall, L. <l-r...@ti...> - 2005-02-07 16:36:36
|
I have noticed that 1.3.8 and 1.4.x ignore the \n in an alias and start on the same line as previous output. Example: "rev =3D Revision \n" \ "syn =3D Syntax \n" \ I have even tried: "lib =3D \n Library \n" This produces: Library ImageConversion.lib=20 When \lib and \syn are "stacked", these produce: Library ImageConversion.lib Syntax Test of Syntax and code style: static CBufferCopyListener* NewL(const RThread* aSubThread) =20 Previous output was:=20 Library (bolded) ImageConversion.lib=20 Syntax (bolded) Test of Syntax and code style: static CBufferCopyListener* NewL(const RThread* aSubThread) =20 Regards,=20 Larry Randall =20 OMAP(tm) Program Facilitation Office=20 =20 |