Cleanup: reorganize doxygen modules
- Nest compositor pages under the compositor module - Nest GUI, DNA/RNA & externformats modules under Blender. - Remove modules from intern which no longer exist. - Add intern modules (atomic, eigen, glew-mx, libc_compat, locale, numaapi, rigidbody, sky, utfconv). - Use 'intern_' prefix for intern modules since some of the modules use generic terms such as locale & atomic.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN_C_API_H__
|
||||
#define __EIGEN_C_API_H__
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN3_EIGENVALUES_C_API_H__
|
||||
#define __EIGEN3_EIGENVALUES_C_API_H__
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
* and the reason for such modification.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#include "linear_solver.h"
|
||||
|
||||
#include <Eigen/Sparse>
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
* and the reason for such modification.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN3_MATRIX_C_API_CC__
|
||||
#define __EIGEN3_MATRIX_C_API_CC__
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN3_MATRIX_C_API_H__
|
||||
#define __EIGEN3_MATRIX_C_API_H__
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN3_SVD_C_API_CC__
|
||||
#define __EIGEN3_SVD_C_API_CC__
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \ingroup intern_eigen
|
||||
*/
|
||||
|
||||
#ifndef __EIGEN3_SVD_C_API_H__
|
||||
#define __EIGEN3_SVD_C_API_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user