diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-08-18 14:32:47 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-08-18 14:32:47 (GMT) |
commit | a9c065c5ce65bb7dca560d53642574dba608dc78 (patch) | |
tree | 2d36b7afd3f3a83314db25aba081e95254d28841 /fortran/robodoc.rc | |
parent | a968e2d409d975ac5b584680620d2589b0409f88 (diff) | |
download | hdf5-a9c065c5ce65bb7dca560d53642574dba608dc78.zip hdf5-a9c065c5ce65bb7dca560d53642574dba608dc78.tar.gz hdf5-a9c065c5ce65bb7dca560d53642574dba608dc78.tar.bz2 |
[svn-r21248] Mereged the F2003 branch into the trunk.
Items merged: fortran directory,
src/libhdf5.settings.in
configure.in configure
MANIFEST
Tested: (all platforms used by daily tests, both with --enable-fortran and --enable-fortran2003)
Diffstat (limited to 'fortran/robodoc.rc')
-rw-r--r-- | fortran/robodoc.rc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/fortran/robodoc.rc b/fortran/robodoc.rc new file mode 100644 index 0000000..1366f77 --- /dev/null +++ b/fortran/robodoc.rc @@ -0,0 +1,73 @@ +items: + NAME + COPYRIGHT + SYNOPSIS + USAGE + FUNCTION + DESCRIPTION + PURPOSE + AUTHOR + CREATION DATE + MODIFICATION HISTORY + HISTORY + INPUTS + ARGUMENTS + OPTIONS + PARAMETERS + SWITCHES + OUTPUTS + SIDE EFFECTS + RESULT + RETURN VALUE + EXAMPLE + NOTES + DIAGNOSTICS + WARNINGS + ERRORS + BUGS + TODO + IDEAS + PORTABILITY + SEE ALSO + METHODS + NEW METHODS + ATTRIBUTES + NEW ATTRIBUTES + TAGS + DERIVED FROM + DERIVED BY + USES + CHILDREN + USED BY + PARENTS + COMMANDS + SOURCE + CONTAINS SUBROUTINES + OPTIONAL PARAMETERS + FILE +ignore items: + COPYRIGHT +headertypes: + s Subroutines robo_subroutines +options: + --nogeneratedwith + --src ./ + --doc ./doc/DevelGuide + --html + --multidoc + --index + --tabsize 8 + --sections + --sectionnameonly + --documenttitle "HDF5 FORTRAN Developer's Guide" + --cmode +ignore files: + .svn + *~ + *.o + *e + *.mod +accept files: + *.c + *.f90 + *.h |