I am making the documentation of my app written in SystemC using Doxygen. The classes defined in the conventional C++ style are nicely hyperlinked, but the ones using SC_MODULE not. Is there any trick to persist using SC_MODULE (i.e. not changing to the conventional C++ style), and make its use equivalent with the conventional definition, at least from documentation point of view?
Asked
Active
Viewed 161 times