]> git.saurik.com Git - wxWidgets.git/commitdiff
added Id keyword
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 17:28:40 +0000 (17:28 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 17:28:40 +0000 (17:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/const_keymod.h
docs/doxygen/overviews/toolbar.h
docs/doxygen/regen.sh

index 9fcd9eae5b67d231db16dbdc3b59179808058927..8246d5ec1e6d59b089b96ff32fa3df92c36afdcd 100644 (file)
@@ -9,7 +9,7 @@
 
 /*!
 
-@page keymodifiers Key Modifiers
+ @page keymodifiers Key Modifiers
  
  Include file: @verbatim #include <wx/defs.h> @endverbatim
  
index 8a2639cac6a87f9fad01c5430370f1d09368cb38..3948b99366df9c24fb1825554d4a5d214eadd09d 100644 (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
  /////////////////////////////////////////////////////////////////////////////
index 25c0ff66f49facd932bf0990007722ba2eac6f03..bd5c34006dc30a72581946a398ce1d28d4b2700a 100755 (executable)
@@ -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