added Id keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-02-19 17:28:40 +00:00
parent a346529478
commit 2c58a7e7d7
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@
/*!
@page keymodifiers Key Modifiers
@page keymodifiers Key Modifiers
Include file: @verbatim #include <wx/defs.h> @endverbatim

View File

@ -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
/////////////////////////////////////////////////////////////////////////////

View File

@ -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