[ros-diffs] [tkreuzer] 46451: - Reduce diff to trunk

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Mar 25 22:29:59 CET 2010


Author: tkreuzer
Date: Thu Mar 25 22:29:59 2010
New Revision: 46451

URL: http://svn.reactos.org/svn/reactos?rev=46451&view=rev
Log:
- Reduce diff to trunk

Modified:
    branches/ros-amd64-bringup/reactos/Doxyfile
    branches/ros-amd64-bringup/reactos/ReactOS-arm.rbuild

Modified: branches/ros-amd64-bringup/reactos/Doxyfile
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/Doxyfile?rev=46451&r1=46450&r2=46451&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/Doxyfile [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/Doxyfile [iso-8859-1] Thu Mar 25 22:29:59 2010
@@ -590,7 +590,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = .
+INPUT                  = 
 
 # This tag can be used to specify the character encoding of the source files 
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
@@ -723,7 +723,7 @@
 # doxygen to hide any special comment blocks from generated source code 
 # fragments. Normal C and C++ comments will always remain visible.
 
-STRIP_CODE_COMMENTS    = NO
+STRIP_CODE_COMMENTS    = YES
 
 # If the REFERENCED_BY_RELATION tag is set to YES 
 # then for each documented function all documented 
@@ -806,13 +806,13 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            = 
+HTML_HEADER            = Doxygen/header.html
 
 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = Doxygen/footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 

Modified: branches/ros-amd64-bringup/reactos/ReactOS-arm.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ReactOS-arm.rbuild?rev=46451&r1=46450&r2=46451&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/ReactOS-arm.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ReactOS-arm.rbuild [iso-8859-1] Thu Mar 25 22:29:59 2010
@@ -8,16 +8,16 @@
 	</xi:include>
 
     <xi:include href="ReactOS-generic.rbuild" />
-                
+
     <!-- <define name="_M_ARM" /> Already defined by toolchain -->
 	<define name="_ARM_" />
 	<define name="__arm__" />
 	<define name="TARGET_arm" host="true" />
-    
+
     <define name="USE_COMPILER_EXCEPTIONS" />
-    
+
     <property name="WINEBUILD_FLAGS" value="--kill-at"/>
-        
+
     <include>include/reactos/arm</include>
 
 	<if property="SARCH" value="versatile">
@@ -33,9 +33,9 @@
         <compilerflag>-UUNICODE</compilerflag>
 	</group>
 
-    
+
 	<define name="__MSVCRT__"/> <!-- DUBIOUS -->
-    
+
 	<group linkerset="ld">
         <linkerflag>--strip-debug</linkerflag> <!-- INVESTIGATE -->
         <linkerflag>-static</linkerflag> <!-- INVESTIGATE -->




More information about the Ros-diffs mailing list