When a method is selected from the index, it takes you to the detailed documentation for that method. However, if the method is located near the bottom of the page, it can be difficult to visually locate the information you are looking for. Python docs solves this issue by highlighting the header corresponding to the clicked link in yellow: https://docs.python.org/2.7/library/string.html#string.upper. Is there a way to implement similar highlighting in doxygen-generated documentation?