From 26f4bfdd28b77f00ba2d4cec0bfa3b1c6c4b9fbd Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 25 Feb 2019 12:23:54 -0700 Subject: [PATCH] added comment about function ordering --- libdispatch/dvar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdispatch/dvar.c b/libdispatch/dvar.c index 36f5ee1fe..07b0a62b8 100644 --- a/libdispatch/dvar.c +++ b/libdispatch/dvar.c @@ -2,7 +2,8 @@ Research/Unidata. See COPYRIGHT file for more info. */ /** * @file - * Functions for defining and inquiring about variables. + * Functions for defining and inquiring about variables. @note The + * order of functions in this file affects the doxygen documentation. */ #include "ncdispatch.h"