Update 1. The different APIs

This commit is contained in:
Sébastien Blin 2018-11-25 17:50:10 -05:00
parent 45684e7e8b
commit 444b19ef32
1 changed files with 7 additions and 1 deletions

View File

@ -235,4 +235,10 @@ if __name__ == '__main__':
thread = Thread(target=threadClient, args=(irc_controler, config_bridge,))
thread.start()
irc_controler.run()
```
```
# LRC
## Doxygen doc
The Doxygen documentation is available [here](https://jenkins.ring.cx/view/libringclient/job/libringclient-doxygen/doxygen/annotated.html) and currently generated by Jenkins each week.