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:
		| @@ -9,7 +9,7 @@ | |||||||
|  |  | ||||||
| /*! | /*! | ||||||
|  |  | ||||||
| @page keymodifiers Key Modifiers |  @page keymodifiers Key Modifiers | ||||||
|   |   | ||||||
|  Include file: @verbatim #include <wx/defs.h> @endverbatim |  Include file: @verbatim #include <wx/defs.h> @endverbatim | ||||||
|   |   | ||||||
|   | |||||||
| @@ -89,7 +89,7 @@ | |||||||
|  // Author:      Julian Smart |  // Author:      Julian Smart | ||||||
|  // Modified by: |  // Modified by: | ||||||
|  // Created:     04/01/98 |  // Created:     04/01/98 | ||||||
|  // RCS-ID:      $Id: ttoolbar.tex 47878 2007-08-05 10:10:37Z JS $ |  // RCS-ID:      $Id$ | ||||||
|  // Copyright:   (c) Julian Smart |  // Copyright:   (c) Julian Smart | ||||||
|  // License:    wxWindows license |  // License:    wxWindows license | ||||||
|  ///////////////////////////////////////////////////////////////////////////// |  ///////////////////////////////////////////////////////////////////////////// | ||||||
|   | |||||||
| @@ -14,5 +14,6 @@ cp wxwidgets.css out/html | |||||||
| # affected files in the log file; remove it to make the log | # affected files in the log file; remove it to make the log | ||||||
| # more readable | # more readable | ||||||
| currpath=`pwd`/ | 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 | mv temp doxygen.log | ||||||
		Reference in New Issue
	
	Block a user