Skip to content

Fix doxygen test

Antoine Regimbeau requested to merge fix_doxygen_test_py3.6 into develop

Fix doxygen test for python 3.6 since a modification in re module:

Changed in version 3.6: Unknown escapes consisting of '' and an ASCII letter now are errors.

Source : https://docs.python.org/3/library/re.html

Merge request reports