aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I14_PreprocessorDirectives.dox
Commit message (Collapse)AuthorAge
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06
|
* 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)
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* document EIGEN_MPL2_ONLYGravatar Gael Guennebaud2012-07-14
|
* discourage users to user developer preprocessor directivesGravatar Gael Guennebaud2012-06-06
|
* Warn users against dangerous macros.Gravatar Jitse Niesen2012-05-13
| | | | Also, mark EIGEN_DEFAULT_TO_ROW_MAJOR as internal (see also bug #422).
* 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 some more preprocessor symbols:Gravatar Jitse Niesen2011-05-04
| | | | EIGEN_NO_MALLOC, EIGEN_RUNTIME_NO_MALLOC, eigen_assert.
* Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.Gravatar Jitse Niesen2011-03-11
| | | | Also, expand description of EIGEN_DONT_ALIGN.
* Escape hash character in docs as required by doxygen.Gravatar Jitse Niesen2011-03-03
|
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
|
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
| | | | | This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf .
* Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.Gravatar Jitse Niesen2010-12-29
|
* Extend doc page on preprocessor directives.Gravatar Jitse Niesen2010-12-27
|
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
| | | | | | This reverts changeset 76fbe94279bda314e717cb3f98b46b253d081993 . Benoit and I agree that my approach there (to use doxygen comments) pollutes the code too much.
* Move section on preprocessor directives from I00 to its own page.Gravatar Jitse Niesen2010-12-27