[Dart-dev] [7248] DART/trunk/doxygen: add our copyright notices to the tops of these files.

nancy at ucar.edu nancy at ucar.edu
Wed Nov 12 14:10:48 MST 2014


Revision: 7248
Author:   nancy
Date:     2014-11-12 14:10:48 -0700 (Wed, 12 Nov 2014)
Log Message:
-----------
add our copyright notices to the tops of these files.

Modified Paths:
--------------
    DART/trunk/doxygen/README
    DART/trunk/doxygen/gendocs

-------------- next part --------------
Modified: DART/trunk/doxygen/README
===================================================================
--- DART/trunk/doxygen/README	2014-11-12 20:46:03 UTC (rev 7247)
+++ DART/trunk/doxygen/README	2014-11-12 21:10:48 UTC (rev 7248)
@@ -1,3 +1,9 @@
+# DART software - Copyright 2004 - 2011 UCAR. This open source software is
+# provided by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id$
+
 Doxygen automatic documentation generation.
 
 To create html pages from the DART source:
@@ -8,11 +14,11 @@
 index.html page, plus directories of documentation for each
 executable that has an mkmf_xxx and path_names_xxx pair of
 files in the work directory.  All documentation will be
-created and put under $DART/doxygen/model_name.
+created and put under $DART/docs/doxygen/model_name.
 
 To use the documentation:
 
-Open the $DART/doxygen/model_name/index.html and click
+Open the $DART/docs/doxygen/model_name/index.html and click
 on any executable name.
 
 Click on the triangle in front of 'Data Types List' to open the list.

Modified: DART/trunk/doxygen/gendocs
===================================================================
--- DART/trunk/doxygen/gendocs	2014-11-12 20:46:03 UTC (rev 7247)
+++ DART/trunk/doxygen/gendocs	2014-11-12 21:10:48 UTC (rev 7248)
@@ -1,14 +1,21 @@
 #!/bin/sh
 
+# DART software - Copyright 2004 - 2011 UCAR. This open source software is
+# provided by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id: README 6334 2013-07-30 20:21:13Z nancy $
+
 # generate a family of directories for each of the executables
 # in this directory (created by scanning the path_names_* files)
 #
-# before calling, copy this file to a model's work directory, along 
+# before using this script, copy it to a model's work directory, along 
 # with one of the doxygen configuration template files listed below.
 
 # pick one: the second tries to create diagrams showing the calling
 # and called relationship between subroutines, but the number and size
 # of files it generates is much larger.
+
 template=doxygen-config-template
 #template=doxygen-devel-config-template
 
@@ -16,7 +23,7 @@
 umodel=`echo $model | tr '[a-z]' '[A-Z]' `
 toppath=`cd ../../../; pwd`
 
-destdir=$toppath/doxygen/$model
+destdir=$toppath/docs/doxygen/$model
 
 echo Generating documentation for all executables in the current directory
 echo for the model ${model}.   All html files will be located under the directory


More information about the Dart-dev mailing list