File: module_api_wrap.h

package info (click to toggle)
libcoap3 4.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: ansic: 60,037; makefile: 1,280; sh: 938; python: 6
file content (21 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* doc/module_api_wrap.h
 *
 * Copyright (C) 2021-2024 Jon Shallow <supjps-libcoap@jpshallow.com>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * This file is part of the CoAP C library libcoap. Please see README and
 * COPYING for terms of use.
 */

/**
 * @file module_api_wrap.h
 * @brief Doxygen specific wrapper for Modules layout
 */

/**
 * @defgroup application_api Application API
 * Application API Structures, Macros, Typedefs, Enums and Functions
 * @defgroup internal_api Libcoap Internal API
 * libcoap Internal API Structures, Macros, Typedefs, Enums and Functions
 */