You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/10/24 03:32:09 UTC

svn commit: r327905 [3/3] - in /webservices/axis2/trunk/c: include/ modules/xml/om/src/ xdocs/api/

Modified: webservices/axis2/trunk/c/xdocs/api/doxygenconf
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/api/doxygenconf?rev=327905&r1=327904&r2=327905&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/api/doxygenconf (original)
+++ webservices/axis2/trunk/c/xdocs/api/doxygenconf Sun Oct 23 18:31:44 2005
@@ -987,13 +987,15 @@
 # instead of the = operator.
 
 PREDEFINED             = AXIS2_DECLARE(x)=x \
-                         AXIS2_DECLARE_NONSTD(x)=x
+                         AXIS2_DECLARE_NONSTD(x)=x \
+                         AXIS2_DECLARE_DATA= \
+                         AXIS2_CALL= 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 
 # The macro definition that is found in the sources will be used. 
 # Use the PREDEFINED tag if you want to use a different macro definition.
 
-EXPAND_AS_DEFINED      = AXIS2_DECLARE
+EXPAND_AS_DEFINED      = AXIS2_DECLARAE AXIS2_DECLARE_NONSTD AXIS2_DECLARE_DATA AXIS2_CALL
 
 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
 # doxygen's preprocessor will remove all function-like macros that are alone