[Dart-dev] DART/branches Revision: 10762

dart at ucar.edu dart at ucar.edu
Fri Nov 18 08:40:30 MST 2016


nancy at ucar.edu
2016-11-18 08:40:30 -0700 (Fri, 18 Nov 2016)
174
was getting complaints from doxygen that it didn't
understand @TODO lines, but @todo was ok.  it is
apparently case sensitive on this.

no code changes, only doxygen lines.




Modified: DART/branches/rma_fixed_filenames/models/lorenz_96/model_mod.f90
===================================================================
--- DART/branches/rma_fixed_filenames/models/lorenz_96/model_mod.f90	2016-11-18 03:51:03 UTC (rev 10761)
+++ DART/branches/rma_fixed_filenames/models/lorenz_96/model_mod.f90	2016-11-18 15:40:30 UTC (rev 10762)
@@ -281,7 +281,7 @@
 
 !------------------------------------------------------------------
 
-!> @TODO state_handle shouldn't be needed here - IF we can prohibit
+!> @todo state_handle shouldn't be needed here - IF we can prohibit
 !> this routine from using the mean to do vertical conversions.
 
 !> @todo state_loc is state vector size, do we care?
@@ -360,7 +360,7 @@
 
 integer :: query_vert_localization_coord
 
-!> @TODO should define some parameters including something
+!> @todo should define some parameters including something
 !> like HAS_NO_VERT for this use.
 
 query_vert_localization_coord = -1
@@ -404,7 +404,7 @@
 
 !------------------------------------------------------------------
 
-!> @TODO can we replace most of this with:
+!> @todo can we replace most of this with:
 !> 
 !> call put_standard_attributes()
 !> call put_my_model_name("Lorenz_96")


More information about the Dart-dev mailing list