- Reduce diff to trunk
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 25 Mar 2010 21:29:59 +0000 (21:29 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 25 Mar 2010 21:29:59 +0000 (21:29 +0000)
svn path=/branches/ros-amd64-bringup/; revision=46451

reactos/Doxyfile
reactos/ReactOS-arm.rbuild

index 47962cf..386ca57 100644 (file)
@@ -590,7 +590,7 @@ WARN_LOGFILE           =
 # 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 @@ INLINE_SOURCES         = YES
 # 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 @@ HTML_FILE_EXTENSION    = .html
 # 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 
index f6b36eb..777a1aa 100644 (file)
@@ -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 -->