aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
Commit message (Collapse)AuthorAge
* Workaround for doxygen class template titles in which the templateGravatar Jim Lersch2020-11-27
| | | | | | part of the class signature is lost due to a problem with forward declarations. The problem is probably caused by doxygen bug #7689. It is confirmed to be fixed in doxygen >= 1.8.19.
* Enable MathJax in Doxygen.inGravatar Martin Vonheim Larsen2020-11-16
| | | | Note that HTTPS must be used against the MathJax CDN when hosted on `eigen.tuxfamily.org` (which uses HTTPS) in order to avoid `Mixed Content`-errors from browsers. Using HTTPS for MathJax also works if the Eigen docs are hosted on plain HTTP.
* Enable documentation of Array's typedefsGravatar Gael Guennebaud2019-02-20
|
* cleanupGravatar Gael Guennebaud2019-01-24
|
* Tell doxygen that cxx11 math is availableGravatar Christoph Hertzberg2019-01-24
|
* Fix most Doxygen warnings. Also add links to stable documentation from ↵Gravatar Christoph Hertzberg2018-10-19
| | | | | | | unsupported modules (by using the corresponding Doxytags file). Manually grafted from d107a371c61b764c73fd1570b1f3ed1c6400dd7e
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Add \newin{3.x} doxygen commandGravatar Gael Guennebaud2017-01-17
|
* Enable generation of doc for static variables in Eigen's namespace.Gravatar Gael Guennebaud2017-01-11
|
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
|
* bug #1336: fix doxygen issue regarding EIGEN_CWISE_BINARY_RETURN_TYPEGravatar Gael Guennebaud2017-01-04
|
* bug #828: clarify documentation of SparseMatrixBase's methods returning a ↵Gravatar Gael Guennebaud2016-09-16
| | | | sub-matrix.
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
|
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
* | Clarify that SpecialFunctions is unsupportedGravatar Gael Guennebaud2016-07-11
| |
* | bug #1232: refactor special functions as a new SpecialFunctions module, ↵Gravatar Gael Guennebaud2016-07-08
| | | | | | | | currently in unsupported/.
| * Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
|/
* Doc: makes the global unary math functions visible to doxygen (and docuement ↵Gravatar Gael Guennebaud2016-06-01
| | | | them)
* Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ↵Gravatar Gael Guennebaud2016-06-01
| | | | parsing abilities, and improve doc of MapBase.
* Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
|
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
|
* Recent versions of doxygen miss-parsed Eigen/* headersGravatar Gael Guennebaud2015-12-30
|
* Remove auto references and referenced-by relation in doc.Gravatar Gael Guennebaud2015-10-09
|
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
|
* bug #999: clarify that behavior of empty AlignedBoxes is undefined, and ↵Gravatar Christoph Hertzberg2015-04-30
| | | | further improvements in documentation
* bug #138: Make building of internal documentation configurable via cmake flagGravatar Christoph Hertzberg2014-07-18
|
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* Disabled HIDE_SCOPE_NAMES (default doxygen setting). This might help to ↵Gravatar Christoph Hertzberg2014-06-25
| | | | avoid API confusions as in bug #830.
* doc: Add references to Cholesky methods in SelfAdjointView.Gravatar Jitse Niesen2014-04-07
|
* Document the fact that Random and setRandom are not reentrant (so not ↵Gravatar Gael Guennebaud2014-01-07
| | | | thread-safe)
* update unsupported module documentation to be conformed with new ↵Gravatar Gael Guennebaud2013-01-11
| | | | documentation style
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
| | | | | | | | | | | | | | | | | | | | | | - Organize the documentation into "chapters". - Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page. - The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ). - Add a "General topics" entry for all pages that do not fit well in the previous "chapters". - The highlevel struture is managed by a new eigendoxy_layout.xml file. - remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.) - add the javascript search-engine. - add the "treeview" panel. - remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed). - add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel. - overload various javascript function generated by doxygen to: - remove the root of the treeview - remove links to section/subsection from the treeview - automatically expand the "Chapters" section - automatically expand the current section - adjust the height of the treeview to take into account the TOC - always use the default .css file, eigendoxy.css now only includes our modifications - use Doxyfile to specify our logo - remove cross references to unsupported modules (temporarily)
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* remove EXTRACT_ALLGravatar Gael Guennebaud2012-08-27
|
* add piwik code to documentation (web stats engine)Gravatar Thomas Capricelli2012-08-21
|
* significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* suppress generation of TEMPLATE_RELATIONS: they are useful but take much too ↵Gravatar Gael Guennebaud2012-02-09
| | | | much space
* we need to define EXTRACT_ALL to YES to get doxygen see the whole hierarchy. ↵Gravatar Gael Guennebaud2011-12-20
| | | | Exclude internal::* from the doc.
* workaround doxygen limitation to follow the base class of PlainObjectBaseGravatar Gael Guennebaud2011-12-19
|
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
| | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
| | | | | | To get the links to work, I also had to document the Eigen namespace. Unfortunately, this means that the word Eigen is linked whenever it appears in the docs.
* documentation fixesGravatar Benoit Jacob2011-02-27
|
* Document DenseCoeffsBaseGravatar Jitse Niesen2010-08-22
|
* Set Doxygen config variable INCLUDE_PATH to plugins directory.Gravatar Jitse Niesen2010-07-23
| | | | | This is necessary to get functions like MatrixBase::cwiseAbs() documented; otherwise doxygen can't find the include file in which they are defined.
* Change EXPAND_AS_DEFINED doxygen configuration option.Gravatar Jitse Niesen2010-07-13
| | | | | Add macros so that MatrixBase::cwiseProduct() and ArrayBase::min() are documented, and remove one macro which is no longer used.
* clean the class hierarchyGravatar Gael Guennebaud2010-06-30
|
* Added exclusion filters.Gravatar Hauke Heibel2010-06-30
|
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).