git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/*!
-@page keymodifiers Key Modifiers
+ @page keymodifiers Key Modifiers
Include file: @verbatim #include <wx/defs.h> @endverbatim
// 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
/////////////////////////////////////////////////////////////////////////////
# 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