From e9e701487d602e494ff262af1bd4ce8b6c221f75 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 20 Dec 2012 16:46:29 +0100 Subject: Exclude functions ending with _ (used by fortran) from documentation. 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 -- cgit v0.10.1