From 2c58a7e7d74595924e16d6f39b9ce451b99bba47 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 19 Feb 2008 17:28:40 +0000 Subject: [PATCH] added Id keyword git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/const_keymod.h | 2 +- docs/doxygen/overviews/toolbar.h | 2 +- docs/doxygen/regen.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/const_keymod.h b/docs/doxygen/const_keymod.h index 9fcd9eae5b..8246d5ec1e 100644 --- a/docs/doxygen/const_keymod.h +++ b/docs/doxygen/const_keymod.h @@ -9,7 +9,7 @@ /*! -@page keymodifiers Key Modifiers + @page keymodifiers Key Modifiers Include file: @verbatim #include @endverbatim diff --git a/docs/doxygen/overviews/toolbar.h b/docs/doxygen/overviews/toolbar.h index 8a2639cac6..3948b99366 100644 --- a/docs/doxygen/overviews/toolbar.h +++ b/docs/doxygen/overviews/toolbar.h @@ -89,7 +89,7 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 - // RCS-ID: $Id: ttoolbar.tex 47878 2007-08-05 10:10:37Z JS $ + // RCS-ID: $Id$ // Copyright: (c) Julian Smart // License: wxWindows license ///////////////////////////////////////////////////////////////////////////// diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index 25c0ff66f4..bd5c34006d 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -14,5 +14,6 @@ cp wxwidgets.css out/html # affected files in the log file; remove it to make the log # more readable currpath=`pwd`/ -cat doxygen.log | sed -e "s|$currpath||g" >temp +interfacepath=`cd ../../interface && pwd`/ +cat doxygen.log | sed -e "s|$currpath||g" -e "s|$interfacepath||g" >temp mv temp doxygen.log \ No newline at end of file -- 2.45.2