I am seeking advice on resolving an issue I am facing with my documentation site for a C++ project, which is hosted on Cloudflare Pages. I recently added three-way comparison operators to the source code; however, Doxygen is unable to detect them, rendering the feature unusable. I later discovered that the default version of Doxygen on Cloudflare Pages is 1.8.6, which was last updated on 24-12-2013.
My suggested solution is to upgrade the Doxygen version to 1.8.20 (released on 24-08-2020) or add support for new versions. Is there any way to manually update Doxygen or is there a better solution to this issue?