开发者

how to automate documentation creation using doxygen?

开发者 https://www.devze.com 2023-03-29 21:02 出处:网络
I have a c++ library .And I have generated its documentation using doxygen. And I am using tclapplication over this c++ library. So I want to automatically create documentation for the tcl layer. Is t

I have a c++ library .And I have generated its documentation using doxygen. And I am using tcl application over this c++ library. So I want to automatically create documentation for the tcl layer. Is there any doxygen tag开发者_运维知识库 that will do my job? reply its urgent....


A good article here: http://wiki.tcl.tk/27011 (Short answer from that page: as long as you have at least doxygen 1.7.5, it works. You might need to define additional commands that do substitutions inside them in order to pick up all relevant declarations.)

0

精彩评论

暂无评论...
验证码 换一张
取 消