Closed grimmer0125 closed 3 years ago
Thanks for your contribution. Just one question: The very same library is also published by ISO under a BSD type licence. Would it be acceptable for you to include your patch under a more liberal (non-GPL) license? Thank you - Thomas.
@thorfdbg Sure. It is totally acceptable.
I saw some syntax error about
doxyfilter.py
's python2print
when I cross-compile this library. Therefore I made this PR to use Python 3 print functionn.from __future__ import print_function
will allow python 2 to run this script successfully.