Welcome to mirror list, hosted at ThFree Co, Russian Federation.

doxygen.main.h « doxygen « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1893a81e0aea7495740e1ac214e0186978d0ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \mainpage Blender
 *
 * \section intro Introduction
 *
 * Blender is an integrated 3d package.
 *
 * These pages document the source code of blender.
 *
 * \subsection implinks Important Links
 * - <a href="https://developer.blender.org">developer.blender.org</a> with bug tracker.
 * - <a href="https://wiki.blender.org">Development documents</a> on our wiki.
 *
 * \subsection blother Other
 * For more information on using Blender browse to https://www.blender.org
 *
 */

/** \defgroup undoc Undocumented
 *
 * \brief Modules and libraries that are still undocumented,
 * or lacking proper integration into the doxygen system, are marked in this group.
 */