mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Only document Fortran functions (#2319)
* Only document Fortran functions * Only document Fortran functions * Only document Fortran functions * Only document Fortran functions
This commit is contained in:
parent
784061b15e
commit
8102fa8c97
@ -897,7 +897,15 @@ EXCLUDE_SYMLINKS = NO
|
||||
# Note that the wildcards are matched against the file with absolute path, so to
|
||||
# exclude all test directories for example use the pattern */test/*
|
||||
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_PATTERNS = */fortran/test/*
|
||||
EXCLUDE_PATTERNS += */fortran/testpar/*
|
||||
EXCLUDE_PATTERNS += */fortran/examples/*
|
||||
EXCLUDE_PATTERNS += */fortran/src/*.c
|
||||
EXCLUDE_PATTERNS += */fortran/src/*.h
|
||||
EXCLUDE_PATTERNS += */hl/fortran/examples/*
|
||||
EXCLUDE_PATTERNS += */hl/fortran/test/*
|
||||
EXCLUDE_PATTERNS += */hl/fortran/src/*.c
|
||||
EXCLUDE_PATTERNS += */hl/fortran/src/*.h
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
Loading…
Reference in New Issue
Block a user