From: Vadim Zeitlin Date: Mon, 15 Nov 2004 14:44:39 +0000 (+0000) Subject: added \deprecated command X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1946085a4cf109b8cd1d55b84ab2bb2993d5cdab added \deprecated command git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index 2d85960278..24f3523a64 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -57,6 +57,7 @@ ignoreInput = "ltx.tex" \false [0] {{\tt false}} \NULL [0] {{\tt NULL}} \newsince [1] {This function is new since wxWidgets version #1} +\deprecated [1] {This function is deprecated, please use #1 instead} ; make tex2rtf understand \hbox{} macro: \hbox [1] {#1} diff --git a/docs/latex/wx/tex2rtf_css.ini b/docs/latex/wx/tex2rtf_css.ini index 918d7be758..702685afdf 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -58,6 +58,7 @@ htmlStylesheet = "wx.css" \false [0] {{\tt false}} \NULL [0] {{\tt NULL}} \newsince [1] {This function is new since wxWidgets version #1} +\deprecated [1] {This function is deprecated, please use #1 instead} ; make tex2rtf understand \hbox{} macro: \hbox [1] {#1}