]> git.saurik.com Git - wxWidgets.git/commitdiff
add Id SVN keyword
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 9 Jan 2009 15:42:26 +0000 (15:42 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 9 Jan 2009 15:42:26 +0000 (15:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/wxwidgets.js

index b8586601f3298763f167221e8bd0506938886b7b..7b02c0aae607948b412fbeccbe2379fcf2afdf44 100644 (file)
@@ -1,3 +1,11 @@
+/*****************************************************************************\r
+ ** Name:        wxwidgets.js\r
+ ** Purpose:     The wxWidgets documentation javascript\r
+ ** Author:      Doxygen team\r
+ ** RCS-ID:      $Id$\r
+ ** Licence:     wxWindows license\r
+ *****************************************************************************/\r
+\r
 // from w3schools\r
 function getCookie(c_name)\r
 {\r
@@ -5,12 +13,12 @@ function getCookie(c_name)
   {\r
     c_start=document.cookie.indexOf(c_name + "=");\r
     if (c_start!=-1)\r
-    { \r
-      c_start=c_start + c_name.length+1; \r
+    {\r
+      c_start=c_start + c_name.length+1;\r
       c_end=document.cookie.indexOf(";",c_start);\r
       if (c_end==-1) c_end=document.cookie.length;\r
       return unescape(document.cookie.substring(c_start,c_end));\r
-    } \r
+    }\r
   }\r
   return "";\r
 }\r