mirror of
https://github.com/obgm/libcoap.git
synced 2025-05-09 15:21:35 +08:00
22 lines
586 B
C
22 lines
586 B
C
/* doc/module_api_wrap.h
|
|
*
|
|
* Copyright (C) 2021-2025 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
|
|
*/
|