有没有办法嵌入
我想在生成的index.html中引入一些javascript 内容,以便将reddit和facebook“喜欢”按钮添加到我的项目主页。有没有办法使用 Doxygen 自动完成此操作?
谢谢,
SetJmp
I would like to introduce some javascript <script>xxx</script>
content into my generated index.html in order to add reddit and facebook "like" buttons to my project's main page. Is there a way to accomplish this automatically using Doxygen?
Thanks,
SetJmp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将@mainpage 与@htmlonly...@endhtmlonly 块结合使用。这是一个例子:
You can use @mainpage in combination with an @htmlonly...@endhtmlonly block. Here is an example: