diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-20 15:46:29 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2012-12-20 15:48:33 (GMT) |
commit | e9e701487d602e494ff262af1bd4ce8b6c221f75 (patch) | |
tree | 1b9d7a03d24c38b467628482c02b283133df47f6 /Doxyfile.in | |
parent | 8e587b6613b3b28f6febb27542d607e1b2681ce4 (diff) |
Exclude functions ending with _ (used by fortran) from documentation.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index f897dcb..48ebac6 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -702,7 +702,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = *_ # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see |