summaryrefslogtreecommitdiffstats
path: root/autowaf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-23 04:34:27 +0000
committerDavid Robillard <d@drobilla.net>2012-11-23 04:34:27 +0000
commit92d110bb0c6d756026fb885535bc9be0c77101a5 (patch)
treecba3f9a08308a284a18d7710e3c0384edbbff77b /autowaf.py
parent5cbf4fac51d7e12729f2d158cc693310cceb4860 (diff)
downloadautowaf-92d110bb0c6d756026fb885535bc9be0c77101a5.tar.gz
autowaf-92d110bb0c6d756026fb885535bc9be0c77101a5.tar.bz2
autowaf-92d110bb0c6d756026fb885535bc9be0c77101a5.zip
Strip LIBNAME_DEPRECATED tags from Doxygen documentation.
git-svn-id: http://svn.drobilla.net/autowaf@89 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/autowaf.py b/autowaf.py
index bb0c270..5b6fe38 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -454,6 +454,7 @@ def make_simple_dox(name):
return
for i in [
['%s_API ' % NAME, ''],
+ ['%s_DEPRECATED ' % NAME, ''],
['group__%s.html' % name, ''],
['&#160;', ''],
['<script.*><\/script>', ''],