Commit 9d3b12861e7bd6880dd0cbdcaed94249ba75765f

Authored by Stéphane Raimbault
1 parent 0814ecf7

Add modbus_[get|set]_indication_timeout to doc build

Showing 1 changed file with 3 additions and 1 deletions
doc/Makefile.am
... ... @@ -3,6 +3,8 @@ TXT3 = \
3 3 modbus_connect.txt \
4 4 modbus_flush.txt \
5 5 modbus_free.txt \
  6 + modbus_get_indication_timeout.txt \
  7 + modbus_get_slave.txt \
6 8 modbus_get_byte_from_bits.txt \
7 9 modbus_get_byte_timeout.txt \
8 10 modbus_get_float.txt \
... ... @@ -12,7 +14,6 @@ TXT3 = \
12 14 modbus_get_float_dcba.txt \
13 15 modbus_get_header_length.txt \
14 16 modbus_get_response_timeout.txt \
15   - modbus_get_slave.txt \
16 17 modbus_get_socket.txt \
17 18 modbus_mapping_free.txt \
18 19 modbus_mapping_new.txt \
... ... @@ -48,6 +49,7 @@ TXT3 = \
48 49 modbus_set_float_badc.txt \
49 50 modbus_set_float_cdab.txt \
50 51 modbus_set_float_dcba.txt \
  52 + modbus_set_indication_timeout.txt \
51 53 modbus_set_response_timeout.txt \
52 54 modbus_set_slave.txt \
53 55 modbus_set_socket.txt \
... ...