summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-10 12:58:04 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2017-04-14 01:38:48 +0200
commit58cb0668dc15c78cd3af9eeaedf29386e86ecac1 (patch)
tree46d7352ebbbdf7c41a019248bfc94c788849fc95 /doxygen.cfg.in
parentb39cac7afe54e08bb5d8af6e082de9b4f3a273ec (diff)
src: Declare the define visibility attribute together
clang ignores the visibility attribute if its not defined before the definition. As a result these symbols become hidden and consumers of this library fail to link due to these missing symbols. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index a7378ca..659abee 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -72,7 +72,7 @@ RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
-EXCLUDE_SYMBOLS = EXPORT_SYMBOL
+EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO