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,19 @@
/**
@defgroup FileManagement File Management
@addtogroup FileManagement
@{
@fn int ENwriteline (char *line)
@fn int ENreport ()
@fn int ENresetreport ()
@fn int ENsetreport (char *reportFormat)
@fn int ENopen (char *inpFile, char *rptFile, char *binOutFile)
@fn int ENsaveinpfile (char *filename)
@}
*/