API documentation for the yaml
I decided to use the yaml-cpp v0.3 library to parse a config file for a FOSS daemon I maintain. I've decided to move to the new 0.5 API but my biggest problem so far is that there does not seem to be any proper documentation other than this:
https://github.com/jbeder/yaml-cpp/wiki/Tutorial
...and some third party tutorials which are nice as an intro but there do not seem to be any Doxygen comments in the yaml-cpp source code. Is there a Doxygen like API overview somewhere? I rather like this new API but the lack of documentation makes it unnecessarily tiresome to work with.
There is a doxygen build available here:
https://codedocs.xyz/jbeder/yaml-cpp/index.html
This is official and linked to from the github main readme. The code seems to be intentionally comment-free, but it might still be easier to use than browsing the header files yourself.
链接地址: http://www.djcxy.com/p/85444.html上一篇: g ++给视觉工作室感到高兴的错误
下一篇: yaml的API文档