aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/doxygenparser.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2012-02-29 00:47:11 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-13 10:53:46 -0300
commit2c2883fc2253da9e3e4ae344bc7c0ce888d39ca9 (patch)
treef641d14d52fd88d27667ceef7d393d6900aa05c3 /ApiExtractor/doxygenparser.h
parent323a511f4920a2001ae353b584f47f2aa30534c5 (diff)
Removed all visibility macros from ApiExtractor since it's now a static lib.
Diffstat (limited to 'ApiExtractor/doxygenparser.h')
-rw-r--r--ApiExtractor/doxygenparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiExtractor/doxygenparser.h b/ApiExtractor/doxygenparser.h
index 1150f7ff7..6eb4ce1c1 100644
--- a/ApiExtractor/doxygenparser.h
+++ b/ApiExtractor/doxygenparser.h
@@ -26,7 +26,7 @@
#include "docparser.h"
-class APIEXTRACTOR_API DoxygenParser : public DocParser
+class DoxygenParser : public DocParser
{
public:
DoxygenParser() {}