From 45000e45466634b5e69ac17cc6b2a72f2fb97001 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Apr 2006 22:56:06 +0000 Subject: [PATCH] define constfunc in terms of func, this helps tex2rtf to create automatic links for the types used as constfunc arguments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tex2rtf_css.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/tex2rtf_css.ini b/docs/latex/wx/tex2rtf_css.ini index d893d65c49..1c6facde8a 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -43,7 +43,7 @@ htmlStylesheet = "wx.css" \docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}} \wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}} \const [0] {{\bf const}} -\constfunc [3] {{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}} +\constfunc [3] {\func{#1}{#2}{#3} {\bf const}\index{#2}} \windowstyle [1] {{\bf #1}\index{#1}} \bftt [1] {\bf{\tt{#1}}} \pythonnote [1] {{\bf \fcol{blue}{wxPython note:}} #1} -- 2.47.2