12 lines
296 B
C++
12 lines
296 B
C++
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup RNA
|
|
* \page makesrna makesrna
|
|
* \section aboutmakesrna About RNA
|
|
* The \ref RNA module defines and provides the access API to the data,
|
|
* thus encapsulating \ref DNA
|
|
*/
|