简体   繁体   中英

How can the classes defined in SC_MODULE be documented by Doxygen?

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 (ie not changing to the conventional C++ style), and make its use equivalent with the conventional definition, at least from documentation point of view?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM