0

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?

katang
  • 2,474
  • 5
  • 24
  • 48

1 Answers1

1

You can have a look here from the Doxygen documentation.

It requires the SystemC header to be available under the INCLUDE_PATH. You can refer here for similar question.

albert
  • 8,285
  • 3
  • 19
  • 32
AmeyaVS
  • 814
  • 10
  • 26