From 95db32fcdca090cd79ee861016f07a5366887d9d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 4 Feb 2009 15:37:00 +0000 Subject: setup the unsupported directory structure. The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit. --- unsupported/Eigen/AdolcForward | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'unsupported/Eigen/AdolcForward') diff --git a/unsupported/Eigen/AdolcForward b/unsupported/Eigen/AdolcForward index 1845cb917..310aa056b 100644 --- a/unsupported/Eigen/AdolcForward +++ b/unsupported/Eigen/AdolcForward @@ -79,6 +79,16 @@ namespace unsupported { */ //@{ + /** \class Foo + * \brief a foo class + */ + class Foo : public MatrixBase { + public: + /** a member + * \see MatrixBase::sum() */ + void member() {} + }; + } // namespace unsupported } // namespace Eigen -- cgit v1.2.3