2025-02-01 00:00:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<doxygenlayout version="1.0">
|
2025-02-01 00:00:31 +00:00
|
|
|
<!-- Generated by doxygen 1.13.0 -->
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<!-- Navigation index tabs for HTML output -->
|
|
|
|
|
<navindex>
|
2025-02-01 00:00:31 +00:00
|
|
|
<tab type="mainpage" visible="no" title="main"/>
|
|
|
|
|
<tab type="pages" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="topics" visible="yes" title="Chapters" intro=""/>
|
|
|
|
|
<tab type="modules" visible="yes" title="" intro="">
|
|
|
|
|
<tab type="modulelist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="modulemembers" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="namespaces" visible="no" title="">
|
|
|
|
|
<tab type="namespacelist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="namespacemembers" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="concepts" visible="yes" title="">
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="interfaces" visible="yes" title="">
|
|
|
|
|
<tab type="interfacelist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
|
|
|
|
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="classes" visible="yes" title="">
|
|
|
|
|
<tab type="classlist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
|
|
|
|
<tab type="hierarchy" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="classmembers" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="structs" visible="yes" title="">
|
|
|
|
|
<tab type="structlist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="structindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="exceptions" visible="yes" title="">
|
|
|
|
|
<tab type="exceptionlist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
|
|
|
|
<tab type="exceptionhierarchy" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="files" visible="yes" title="">
|
|
|
|
|
<tab type="filelist" visible="yes" title="" intro=""/>
|
|
|
|
|
<tab type="globals" visible="yes" title="" intro=""/>
|
|
|
|
|
</tab>
|
|
|
|
|
<tab type="examples" visible="yes" title="" intro=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</navindex>
|
|
|
|
|
|
|
|
|
|
<!-- Layout definition for a class page -->
|
|
|
|
|
<class>
|
|
|
|
|
<briefdescription visible="no"/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<includes visible="$SHOW_HEADERFILE"/>
|
|
|
|
|
<detaileddescription visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<inheritancegraph visible="$CLASS_GRAPH"/>
|
|
|
|
|
<collaborationgraph visible="$COLLABORATION_GRAPH"/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<nestedclasses visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<publictypes visible="yes" title=""/>
|
|
|
|
|
<services visible="yes" title=""/>
|
|
|
|
|
<interfaces visible="yes" title=""/>
|
|
|
|
|
<publicslots visible="yes" title=""/>
|
|
|
|
|
<signals visible="yes" title=""/>
|
|
|
|
|
<publicmethods visible="yes" title=""/>
|
|
|
|
|
<publicstaticmethods visible="yes" title=""/>
|
|
|
|
|
<publicattributes visible="yes" title=""/>
|
|
|
|
|
<publicstaticattributes visible="yes" title=""/>
|
|
|
|
|
<protectedtypes visible="yes" title=""/>
|
|
|
|
|
<protectedslots visible="yes" title=""/>
|
|
|
|
|
<protectedmethods visible="yes" title=""/>
|
|
|
|
|
<protectedstaticmethods visible="yes" title=""/>
|
|
|
|
|
<protectedattributes visible="yes" title=""/>
|
|
|
|
|
<protectedstaticattributes visible="yes" title=""/>
|
|
|
|
|
<packagetypes visible="yes" title=""/>
|
|
|
|
|
<packagemethods visible="yes" title=""/>
|
|
|
|
|
<packagestaticmethods visible="yes" title=""/>
|
|
|
|
|
<packageattributes visible="yes" title=""/>
|
|
|
|
|
<packagestaticattributes visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<events visible="yes" title=""/>
|
|
|
|
|
<privatetypes visible="yes" title=""/>
|
|
|
|
|
<privateslots visible="yes" title=""/>
|
|
|
|
|
<privatemethods visible="yes" title=""/>
|
|
|
|
|
<privatestaticmethods visible="yes" title=""/>
|
|
|
|
|
<privateattributes visible="yes" title=""/>
|
|
|
|
|
<privatestaticattributes visible="yes" title=""/>
|
|
|
|
|
<friends visible="yes" title=""/>
|
|
|
|
|
<related visible="yes" title="" subtitle=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<membergroups visible="yes"/>
|
|
|
|
|
</memberdecl>
|
|
|
|
|
<memberdef>
|
2025-02-01 00:00:31 +00:00
|
|
|
<inlineclasses visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<services visible="yes" title=""/>
|
|
|
|
|
<interfaces visible="yes" title=""/>
|
|
|
|
|
<constructors visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<related visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<events visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdef>
|
2025-02-01 00:00:31 +00:00
|
|
|
<allmemberslink visible="yes"/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<usedfiles visible="$SHOW_USED_FILES"/>
|
|
|
|
|
<authorsection visible="yes"/>
|
|
|
|
|
</class>
|
|
|
|
|
|
|
|
|
|
<!-- Layout definition for a namespace page -->
|
|
|
|
|
<namespace>
|
|
|
|
|
<briefdescription visible="yes"/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<nestednamespaces visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<constantgroups visible="yes" title=""/>
|
|
|
|
|
<interfaces visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<classes visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<concepts visible="yes" title=""/>
|
|
|
|
|
<structs visible="yes" title=""/>
|
|
|
|
|
<exceptions visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<membergroups visible="yes" visible="yes"/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdecl>
|
2025-02-01 00:00:31 +00:00
|
|
|
<detaileddescription visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<memberdef>
|
2025-02-01 00:00:31 +00:00
|
|
|
<inlineclasses visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdef>
|
|
|
|
|
<authorsection visible="yes"/>
|
|
|
|
|
</namespace>
|
|
|
|
|
|
2025-02-01 00:00:31 +00:00
|
|
|
<!-- Layout definition for a concept page -->
|
|
|
|
|
<concept>
|
|
|
|
|
<briefdescription visible="yes"/>
|
|
|
|
|
<includes visible="$SHOW_HEADERFILE"/>
|
|
|
|
|
<definition visible="yes" title=""/>
|
|
|
|
|
<detaileddescription visible="yes" title=""/>
|
|
|
|
|
<authorsection visible="yes"/>
|
|
|
|
|
</concept>
|
|
|
|
|
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<!-- Layout definition for a file page -->
|
|
|
|
|
<file>
|
|
|
|
|
<briefdescription visible="yes"/>
|
|
|
|
|
<includes visible="$SHOW_INCLUDE_FILES"/>
|
|
|
|
|
<includegraph visible="$INCLUDE_GRAPH"/>
|
|
|
|
|
<includedbygraph visible="$INCLUDED_BY_GRAPH"/>
|
|
|
|
|
<sourcelink visible="yes"/>
|
|
|
|
|
<memberdecl>
|
2025-02-01 00:00:31 +00:00
|
|
|
<interfaces visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<classes visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<structs visible="yes" title=""/>
|
|
|
|
|
<exceptions visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<namespaces visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<concepts visible="yes" title=""/>
|
|
|
|
|
<constantgroups visible="yes" title=""/>
|
|
|
|
|
<defines visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<membergroups visible="yes" visible="yes"/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdecl>
|
2025-02-01 00:00:31 +00:00
|
|
|
<detaileddescription visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<memberdef>
|
2025-02-01 00:00:31 +00:00
|
|
|
<inlineclasses visible="yes" title=""/>
|
|
|
|
|
<defines visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdef>
|
|
|
|
|
<authorsection/>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Layout definition for a group page -->
|
|
|
|
|
<group>
|
|
|
|
|
<briefdescription visible="no"/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<detaileddescription visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<groupgraph visible="$GROUP_GRAPHS"/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<nestedgroups visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<modules visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<dirs visible="yes" title=""/>
|
|
|
|
|
<files visible="yes" title=""/>
|
|
|
|
|
<namespaces visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<concepts visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<classes visible="yes" title=""/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<defines visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<enumvalues visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<signals visible="yes" title=""/>
|
|
|
|
|
<publicslots visible="yes" title=""/>
|
|
|
|
|
<protectedslots visible="yes" title=""/>
|
|
|
|
|
<privateslots visible="yes" title=""/>
|
|
|
|
|
<events visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<friends visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<membergroups visible="yes"/>
|
|
|
|
|
</memberdecl>
|
|
|
|
|
<memberdef>
|
|
|
|
|
<pagedocs/>
|
2025-02-01 00:00:31 +00:00
|
|
|
<inlineclasses visible="yes" title=""/>
|
|
|
|
|
<defines visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<sequences visible="yes" title=""/>
|
|
|
|
|
<dictionaries visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<enumvalues visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<signals visible="yes" title=""/>
|
|
|
|
|
<publicslots visible="yes" title=""/>
|
|
|
|
|
<protectedslots visible="yes" title=""/>
|
|
|
|
|
<privateslots visible="yes" title=""/>
|
|
|
|
|
<events visible="yes" title=""/>
|
|
|
|
|
<properties visible="yes" title=""/>
|
|
|
|
|
<friends visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</memberdef>
|
|
|
|
|
<authorsection visible="yes"/>
|
|
|
|
|
</group>
|
|
|
|
|
|
2025-02-01 00:00:31 +00:00
|
|
|
<!-- Layout definition for a C++20 module page -->
|
|
|
|
|
<module>
|
|
|
|
|
<briefdescription visible="yes"/>
|
|
|
|
|
<exportedmodules visible="yes"/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<concepts visible="yes" title=""/>
|
|
|
|
|
<classes visible="yes" title=""/>
|
|
|
|
|
<enums visible="yes" title=""/>
|
|
|
|
|
<typedefs visible="yes" title=""/>
|
|
|
|
|
<functions visible="yes" title=""/>
|
|
|
|
|
<variables visible="yes" title=""/>
|
|
|
|
|
<membergroups visible="yes" title=""/>
|
|
|
|
|
</memberdecl>
|
|
|
|
|
<detaileddescription visible="yes" title=""/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<files visible="yes"/>
|
|
|
|
|
</memberdecl>
|
|
|
|
|
</module>
|
|
|
|
|
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
<!-- Layout definition for a directory page -->
|
|
|
|
|
<directory>
|
|
|
|
|
<briefdescription visible="yes"/>
|
|
|
|
|
<directorygraph visible="yes"/>
|
|
|
|
|
<memberdecl>
|
|
|
|
|
<dirs visible="yes"/>
|
|
|
|
|
<files visible="yes"/>
|
|
|
|
|
</memberdecl>
|
2025-02-01 00:00:31 +00:00
|
|
|
<detaileddescription visible="yes" title=""/>
|
Big changes in Eigen documentation:
- 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)
2013-01-05 16:37:11 +01:00
|
|
|
</directory>
|
|
|
|
|
</doxygenlayout>
|