define module groups externally

This commit is contained in:
Sam Hatchett
2015-09-30 15:14:54 -04:00
parent 41c47bcc09
commit 1c8b592e34
7 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/**
@defgroup QualityFunctions Water Quality Functions
@addtogroup QualityFunctions
@{
@fn int ENsolveQ ()
@fn int ENopenQ ()
@fn int ENinitQ (int saveFlag)
@fn int ENrunQ (long *currentTime)
@fn int ENnextQ (long *tStep)
@fn int ENstepQ (long *timeLeft)
@fn int ENcloseQ ()
@}
*/