Add documentation for many functions and tweak argument names
commit9b803dd4ee046edea06b588233e4b51a48432523
authorStéphane Raimbault <stephane.raimbault@gmail.com>
Sun, 10 Jul 2011 22:47:20 +0000 (11 00:47 +0200)
committerStéphane Raimbault <stephane.raimbault@gmail.com>
Sun, 10 Jul 2011 22:52:17 +0000 (11 00:52 +0200)
tree9b59a45bbfd5cf588560b9493e8951139a7f0222
parentfb89fa36b060a552a05847464758fd62ab0f1491
Add documentation for many functions and tweak argument names

Add macros in libmodbus.txt and:
- modbus_get_byte_from_bits.txt
- modbus_get_float.txt
- modbus_reply.txt
- modbus_reply_exception.txt
- modbus_set_bits_from_byte.txt
- modbus_set_bits_from_bytes.txt
- modbus_set_float.txt
13 files changed:
NEWS
doc/Makefile.am
doc/libmodbus.txt
doc/modbus_get_byte_from_bits.txt [new file with mode: 0644]
doc/modbus_get_float.txt [new file with mode: 0644]
doc/modbus_reply.txt [new file with mode: 0644]
doc/modbus_reply_exception.txt [new file with mode: 0644]
doc/modbus_set_bits_from_byte.txt [new file with mode: 0644]
doc/modbus_set_bits_from_bytes.txt [new file with mode: 0644]
doc/modbus_set_float.txt [new file with mode: 0644]
src/modbus-data.c
src/modbus.c
src/modbus.h