00001 /*! 00002 * @file ./undox.sh 00003 * 00004 * @brief Remove project documentation created by @b doxygen. 00005 * 00006 * Simply remove the documenation directory. 00007 * 00008 * 00009 * @todo A Windows .BAT version of this script needs to be written 00010 * 00011 * 00012 * @section Control 00013 * 00014 * \$URL: https://svn.apache.org/path/name/undox.sh $ \$Id: undox.sh 0 09/28/2005 dlydick $ 00015 * 00016 * Copyright 2005 The Apache Software Foundation 00017 * or its licensors, as applicable. 00018 * 00019 * Licensed under the Apache License, Version 2.0 ("the License"); 00020 * you may not use this file except in compliance with the License. 00021 * You may obtain a copy of the License at 00022 * 00023 * http://www.apache.org/licenses/LICENSE-2.0 00024 * 00025 * Unless required by applicable law or agreed to in writing, 00026 * software distributed under the License is distributed on an 00027 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 00028 * either express or implied. 00029 * 00030 * See the License for the specific language governing permissions 00031 * and limitations under the License. 00032 * 00033 * @version \$LastChangedRevision: 0 $ 00034 * 00035 * @date \$LastChangedDate: 09/28/2005 $ 00036 * 00037 * @author \$LastChangedBy: dlydick $ 00038 * Original code contributed by Daniel Lydick on 09/28/2005. 00039 * 00040 * @section Reference 00041 * 00042 */ /* 00043 * (Use #! and #/ with dox_filter.sh to fool Doxygen into 00044 * parsing this non-source text file for the documentation set. 00045 * Use the above open comment to force termination of parsing 00046 * since it is not a Doxygen-style 'C' comment.) 00047 * 00048 * 00049 *####################################################################### 00050 * 00051 * Script setup 00052 * 00053 *####################################################################### 00054 * 00055 * Remove output directory, clean up its subdirectories for results 00056 * 00057 * 00058 * EOF 00059