mirror of
https://github.com/openharmony/third_party_libcoap.git
synced 2026-07-01 03:23:17 -04:00
b0e2e05964
Signed-off-by: wanghan985406 <wanghan76@huawei.com>
22 lines
586 B
C
22 lines
586 B
C
/* doc/module_api_wrap.h
|
|
*
|
|
* Copyright (C) 2021-2023 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
|
|
*/
|