cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r32 - in trunk/cinvoke: . lib


From: will
Subject: [cinvoke-svn] r32 - in trunk/cinvoke: . lib
Date: 16 Jun 2006 09:35:56 -0400

Author: will
Date: 2006-06-16 09:35:55 -0400 (Fri, 16 Jun 2006)
New Revision: 32

Modified:
   trunk/cinvoke/Doxyfile
   trunk/cinvoke/TODO.txt
   trunk/cinvoke/lib/cinvoke.h
   trunk/cinvoke/lib/cinvoke.vcproj
Log:
documentation update


Modified: trunk/cinvoke/Doxyfile
===================================================================
--- trunk/cinvoke/Doxyfile      2006-06-16 04:47:26 UTC (rev 31)
+++ trunk/cinvoke/Doxyfile      2006-06-16 13:35:55 UTC (rev 32)
@@ -319,7 +319,7 @@
 # alphabetically by member name. If set to NO the members will appear in 
 # declaration order.
 
-SORT_MEMBER_DOCS       = YES
+SORT_MEMBER_DOCS       = NO
 
 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
 # brief documentation of file, namespace and class members alphabetically 

Modified: trunk/cinvoke/TODO.txt
===================================================================
--- trunk/cinvoke/TODO.txt      2006-06-16 04:47:26 UTC (rev 31)
+++ trunk/cinvoke/TODO.txt      2006-06-16 13:35:55 UTC (rev 32)
@@ -1,2 +1,3 @@
+Update docs (new site?)
 Language binding(s), more ports
 Website

Modified: trunk/cinvoke/lib/cinvoke.h
===================================================================
--- trunk/cinvoke/lib/cinvoke.h 2006-06-16 04:47:26 UTC (rev 31)
+++ trunk/cinvoke/lib/cinvoke.h 2006-06-16 13:35:55 UTC (rev 32)
@@ -389,7 +389,7 @@
 * \param[in] context A C/Invoke context.
 * \param[in] prototype A function object which specifies the
 * prototype of the callback.
-* \param[in] userdata A pointer data which can be used to store
+* \param[in] userdata A pointer which can be used to store
 * user-defined data to be passed to the callback.
 * \param[in] cbfunc The function to forward calls to.
 * \return A new callback object, or NULL if an error occurred.

Modified: trunk/cinvoke/lib/cinvoke.vcproj
===================================================================
--- trunk/cinvoke/lib/cinvoke.vcproj    2006-06-16 04:47:26 UTC (rev 31)
+++ trunk/cinvoke/lib/cinvoke.vcproj    2006-06-16 13:35:55 UTC (rev 32)
@@ -102,19 +102,9 @@
                        Filter="">
                        <File
                                RelativePath=".\arch\cl_x86_win.c">
-                               <FileConfiguration
-                                       Name="Debug|Win32">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
                        </File>
                        <File
                                RelativePath=".\arch\cl_x86_win.h">
-                               <FileConfiguration
-                                       Name="Debug|Win32">
-                                       <Tool
-                                               Name="VCCustomBuildTool"/>
-                               </FileConfiguration>
                        </File>
                </Filter>
                <File





reply via email to

[Prev in Thread] Current Thread [Next in Thread]