Author: jross
Date: Fri Apr 25 12:50:16 2014
New Revision: 1590012

URL: http://svn.apache.org/r1590012
Log:
DISPATCH-49: Hush doxygen output

Added:
    qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh   (with props)
Modified:
    qpid/dispatch/trunk/doc/api/CMakeLists.txt

Modified: qpid/dispatch/trunk/doc/api/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/dispatch/trunk/doc/api/CMakeLists.txt?rev=1590012&r1=1590011&r2=1590012&view=diff
==============================================================================
--- qpid/dispatch/trunk/doc/api/CMakeLists.txt (original)
+++ qpid/dispatch/trunk/doc/api/CMakeLists.txt Fri Apr 25 12:50:16 2014
@@ -33,10 +33,10 @@ if (BUILD_DOCS)
     ${CMAKE_SOURCE_DIR}/src/*.c)
 
   add_custom_command (OUTPUT user
-    COMMAND ${DOXYGEN_EXECUTABLE} user.doxygen
+    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/doxygen-wrapper.sh user.doxygen
     DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/user.doxygen.in ${API_SOURCES})
   add_custom_command (OUTPUT dev
-    COMMAND ${DOXYGEN_EXECUTABLE} dev.doxygen
+    COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/doxygen-wrapper.sh dev.doxygen
     DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dev.doxygen.in ${API_SOURCES})
 
   add_custom_target(apidocs ALL DEPENDS user dev)

Added: qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh
URL: 
http://svn.apache.org/viewvc/qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh?rev=1590012&view=auto
==============================================================================
--- qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh (added)
+++ qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh Fri Apr 25 12:50:16 2014
@@ -0,0 +1,21 @@
+#!/bin/sh
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+doxygen $1 >$1.output 2>&1

Propchange: qpid/dispatch/trunk/doc/api/doxygen-wrapper.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to