]> git.saurik.com Git - wxWidgets.git/commitdiff
added \deprecated command
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 2004 14:44:39 +0000 (14:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 2004 14:44:39 +0000 (14:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tex2rtf.ini
docs/latex/wx/tex2rtf_css.ini

index 2d85960278c1e094e850980de52920db81f9f8d6..24f3523a64c88a2e89b06ecb7d02d5dcba5bcd45 100644 (file)
@@ -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}
index 918d7be758aa61d54570326ad02f2368c695efbe..702685afdfbbfa65bd3f0e3924241d0250fb42e7 100644 (file)
@@ -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}