doxygen: modify @file option to show path for including
authorjc_.kim <jc_.kim@samsung.com>
Wed, 27 Sep 2017 04:10:01 +0000 (13:10 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Wed, 27 Sep 2017 04:22:30 +0000 (13:22 +0900)
commite2c6bd6932911a5e68fb400a2176ef69dcda8cc5
tree986a0cf9d431bd15a39c7663a36340d92e8583c0
parentcfe4b97bc8fc3f3df47a026d98ecc1682baef0be
doxygen: modify @file option to show path for including

In doxygen output, file shows only a header file name.
But with that, developer can't include a header to use specific APIs.
Adding a path in @file option helps to include it.
For example,
"@file aa/bb.h"
then, we can include it like belows.
"#include <aa/bb.h>"
42 files changed:
external/include/mbedtls/see_api.h
external/include/mbedtls/see_internal.h
external/include/protocols/dhcpc.h
external/include/protocols/dhcpd.h
external/include/protocols/libcoap/address.h
external/include/protocols/libcoap/async.h
external/include/protocols/libcoap/bits.h
external/include/protocols/libcoap/coap_time.h
external/include/protocols/libcoap/hashkey.h
external/include/protocols/libcoap/prng.h
external/include/protocols/libcoap/resource.h
external/include/protocols/libcoap/t_list.h
external/include/protocols/mdnsd.h
external/include/protocols/ntpclient.h
external/include/protocols/webclient.h
external/include/protocols/webserver/http_keyvalue_list.h
external/include/protocols/webserver/http_server.h
external/include/protocols/websocket.h
framework/include/dm/dm_connectivity.h
framework/include/dm/dm_error.h
framework/include/dm/dm_lwm2m.h
framework/include/iotbus/iotbus_error.h
framework/include/iotbus/iotbus_gpio.h
framework/include/iotbus/iotbus_i2c.h
framework/include/iotbus/iotbus_pwm.h
framework/include/iotbus/iotbus_spi.h
framework/include/iotbus/iotbus_uart.h
framework/include/network/mqtt/mqtt_api.h
framework/include/st_things/st_things.h
framework/include/st_things/st_things_types.h
framework/include/wifi_manager/wifi_manager.h
os/include/arpa/inet.h
os/include/net/lwip/dhcp.h
os/include/net/lwip/netif.h
os/include/sys/ioctl.h
os/include/sys/mount.h
os/include/sys/select.h
os/include/sys/socket.h
os/include/sys/stat.h
os/include/tinyara/net/dns.h
os/include/tinyara/ringbuf.h
os/include/tinyara/ttrace.h