From 88d343dfb6dbbfeaf5cb3c18effa1968f04c84ed Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Wed, 6 Nov 2019 11:34:43 -0500 Subject: [PATCH] Updating the docs --- doc/modules.dox | 1 + include/epanet2_enums.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/modules.dox b/doc/modules.dox index a26ec22..ca2ba4f 100644 --- a/doc/modules.dox +++ b/doc/modules.dox @@ -298,6 +298,7 @@ These are the toolkit's enumerated types whose members are used as function argu \enum EN_RuleVariable \enum EN_RuleOperator \enum EN_RuleStatus +\def EN_MISSING @} */ diff --git a/include/epanet2_enums.h b/include/epanet2_enums.h index ecfa12c..32d8171 100644 --- a/include/epanet2_enums.h +++ b/include/epanet2_enums.h @@ -9,7 +9,7 @@ Authors: see AUTHORS Copyright: see AUTHORS License: see LICENSE - Last Updated: 11/04/2019 + Last Updated: 11/06/2019 ****************************************************************************** */ @@ -463,6 +463,6 @@ typedef enum { EN_R_IS_ACTIVE = 3 //!< Control valve is active } EN_RuleStatus; -#define EN_MISSING -1.E10 +#define EN_MISSING -1.E10 //!< Missing value indicator #endif //EPANET2_ENUMS_H