File: dev_guide.dox

package info (click to toggle)
sysrepo 3.7.11-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,720 kB
  • sloc: ansic: 85,593; sh: 145; makefile: 29
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
@page dev_guide Developer Guide

Following pages document implementation details of YANG concepts supported by Sysrepo from the developer perspective.
Before implementing a Sysrepo client, one should familiarize themselves with all of these sections to know what
options there are in general and how they work.

- @subpage log
- @subpage conn_sess
- @subpage schema
- @subpage get_data
- @subpage edit_data
- @subpage lock
- @subpage subs
- @subpage push_oper_data
- @subpage sr_plugins
- @subpage srpd_example

*/