mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Apply clang-format
This commit is contained in:
@@ -10,18 +10,17 @@
|
||||
#ifndef EIGEN_SPLINES_MODULE_H
|
||||
#define EIGEN_SPLINES_MODULE_H
|
||||
|
||||
namespace Eigen
|
||||
{
|
||||
namespace Eigen {
|
||||
/**
|
||||
* \defgroup Splines_Module Spline and spline fitting module
|
||||
*
|
||||
* This module provides a simple multi-dimensional spline class while
|
||||
* offering most basic functionality to fit a spline to point sets.
|
||||
*
|
||||
* \code
|
||||
* #include <unsupported/Eigen/Splines>
|
||||
* \endcode
|
||||
*/
|
||||
* \defgroup Splines_Module Spline and spline fitting module
|
||||
*
|
||||
* This module provides a simple multi-dimensional spline class while
|
||||
* offering most basic functionality to fit a spline to point sets.
|
||||
*
|
||||
* \code
|
||||
* #include <unsupported/Eigen/Splines>
|
||||
* \endcode
|
||||
*/
|
||||
}
|
||||
|
||||
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
@@ -34,4 +33,4 @@ namespace Eigen
|
||||
|
||||
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||
|
||||
#endif // EIGEN_SPLINES_MODULE_H
|
||||
#endif // EIGEN_SPLINES_MODULE_H
|
||||
|
||||
Reference in New Issue
Block a user