Integrate ivy and doxygen

后端 未结 1 1358
一生所求
一生所求 2021-01-23 11:58

Is there a way to integrate ivy and doxygen? I want to publish my doxygen docs through ivy is that possible? And if so how? Is there documentation for how to?

相关标签:
1条回答
  • 2021-01-23 12:11

    I'm not a doxygen user. I'm assuming that you're using it to create a zip archive of documents?

    Ivy can be used to publish any type of file. The following tutorial gives an example of how to publish text files to a local repository. To alternatively publish to a remote repository is only a matter of switching resolvers

    In previous company, we converted our existing FTP site into an ivy repository by including an ivy.xml file with each release (The vfs resolver supports FTP). This ivy file file became our release descriptor. Internally we used ivy to publish the release and externally customers were now able to mirror our files.

    Hope it helps.

    0 讨论(0)
提交回复
热议问题