approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
312 stars 51 forks source link

Make Doxygen Member Groups stand out on Read the Docs #153

Closed claremacrae closed 3 years ago

claremacrae commented 3 years ago

Where classes have lots of similar methods, I've used Doxygen Member Groups to group methods together - for example, in Approvals.h.

Currently, the names of the member groups don't stand out at all on Read the Docs, because they are indented to the same level as their contents.

This is what the above linked code example looks like:

image

claremacrae commented 3 years ago

The names of member groups are now more visible:

image

Closing the ticket.

claremacrae commented 3 years ago

The screenshots above are from this page:

https://approvaltestscpp.readthedocs.io/en/latest/api/approving.html