chiark / gitweb /
documentation/doxygen: allow \xrefitem with numbers in the middle.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 11:39:16 +0000 (12:39 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 11:39:16 +0000 (12:39 +0100)
commitd6a6285314b5df5e0aec55b11dd86277296c569f
tree322af7a60b240db9ccd9c532e8867223b133e1e1
parent9385194fa3392a7162e7535cc2478814e382ff8a
documentation/doxygen: allow \xrefitem with numbers in the middle.

In Magnum I used to have \xrefitem aliases such as \requires_gles20 so
the current regex worked, but when adding \requires_gles20_only it
didn't work anymore. Such a stupid oversight, sorry to whoever else
tripped up on that as well.

Not updating any test case because regexes are write only anyway.
documentation/doxygen.py