Fix for special characters in Doxygen comments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:20:53 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:20:53 +0000 (23:20 +0000)
commit3746766367bdca0a7f50c35d54e0d96f5de4ad55
treeec5441fe325bf5dd556f7052620d44c8186ccf9e
parenta2d65663a0e7e5d4633119bf469fe66d8a8897c5
Fix for special characters in Doxygen comments.

Escape "-" characters in the beginning of the paragraph as they are not
handled properly by Doxygen otherwise.

Escape the space after "i.e." to prevent the brief doc string from being
terminated by it.

Escape "--" which is translated to a dash by Doxygen otherwise.

Closes #15228.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/chartype.h
interface/wx/cmdline.h
interface/wx/richtext/richtextbuffer.h
interface/wx/richtext/richtextctrl.h