chiark / gitweb /
documentation/doxygen: don't warn about _EXPORT / _LOCAL.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 15:41:49 +0000 (17:41 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 18:24:39 +0000 (20:24 +0200)
commit05ea54c68b8891ebff6191c67095a7a44fc84763
treeab51daac5a6e2d1433304e975c6c20cee3e5b48c
parent9e96fb4541cc3d7b8050ad8c43faf46209af1158
documentation/doxygen: don't warn about _EXPORT / _LOCAL.

Magnum-specific, was added at a time when this wasn't used anywhere
else. It doesn't make sense to have this here, as every project would
need a different set of checks. Could be doable externally via various
hooks, removing this for now.
documentation/doxygen.py
documentation/test_doxygen/compound_warnings/Doxyfile [deleted file]
documentation/test_doxygen/compound_warnings/File.h [deleted file]
documentation/test_doxygen/compound_warnings/namespaceMagnum.html [deleted file]
documentation/test_doxygen/test_compound.py