chiark / gitweb /
doxygen: add compound to search data during the actual parse.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 21:09:52 +0000 (22:09 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 22:56:27 +0000 (23:56 +0100)
commit402dd22ed458e61f03b03a2221cb5a94483b49fe
tree8bb795589f0e5f9f0721dba132b4f9120232b250
parent79b55ab8935005bce92cdfa9cf0846075dcd8639
doxygen: add compound to search data during the actual parse.

So it's prepared for adding extra search stuff that needs to be parsed,
such as search keywords.

I went through the test case and manually reordered by hand to ensure no
functionality was lost while doing this. It was not, quite the opposite
-- groups were not properly marked as deprecated. Now they are. The file
size stays the same, as it should.
doxygen/dox2html5.py
doxygen/test/test_search.py