Use CodeDocs.xyz for Doxygen documentation (#375)

Add the .codedocs config file and badge to the README.md file.
This commit is contained in:
Paul Novotny
2016-05-12 09:55:45 -04:00
committed by Jesse Beder
parent f35f4a19fa
commit 6e79997bb2
2 changed files with 51 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp)
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp) [![Documentation](https://codedocs.xyz/jbeder/yaml-cpp.svg)](https://codedocs.xyz/jbeder/yaml-cpp/)
yaml-cpp is a [YAML](http://www.yaml.org/) parser and emitter in C++ matching the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html).