Update 1. The different APIs
This commit is contained in:
parent
45684e7e8b
commit
444b19ef32
|
@ -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.
|
Loading…
Reference in New Issue