From: darcagn <da...@us...> - 2023-12-14 03:48:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 1cf3ac01456a7c8625dcd630ab03e910cd6a3746 (commit) from 4ea251487dfe5dcbe2fa47cbd434fea4d209703d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cf3ac01456a7c8625dcd630ab03e910cd6a3746 Author: Falco Girgis <gyr...@gm...> Date: Wed Dec 13 21:46:56 2023 -0600 Updated DoxygenLayout.xml for Doxygen v1.9.8 (#411) ----------------------------------------------------------------------- Summary of changes: doc/pages/DoxygenLayout.xml | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/doc/pages/DoxygenLayout.xml b/doc/pages/DoxygenLayout.xml index 5421b63..464fe33 100644 --- a/doc/pages/DoxygenLayout.xml +++ b/doc/pages/DoxygenLayout.xml @@ -1,11 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> <doxygenlayout version="1.0"> - <!-- Generated by doxygen 1.9.7 --> + <!-- Generated by doxygen 1.9.8 --> <!-- Navigation index tabs for HTML output --> <navindex> <tab type="mainpage" visible="yes" title=""/> <tab type="user" url="https://github.com/KallistiOS/KallistiOS" title="Source Code"/> <tab type="pages" visible="yes" title="" intro=""/> - <tab type="modules" visible="yes" title="Topics" intro=""/> + <tab type="topics" visible="yes" title="" 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="yes" title=""> <tab type="namespacelist" visible="yes" title="" intro=""/> <tab type="namespacemembers" visible="yes" title="" intro=""/> @@ -44,7 +49,7 @@ <briefdescription visible="yes"/> <includes visible="$SHOW_HEADERFILE"/> <inheritancegraph visible="$CLASS_GRAPH"/> - <collaborationgraph visible="$COLLABORATION_GRAPH"/> + <collaborationgraph visible="yes"/> <memberdecl> <nestedclasses visible="yes" title=""/> <publictypes title=""/> @@ -143,8 +148,8 @@ <file> <briefdescription visible="yes"/> <includes visible="$SHOW_INCLUDE_FILES"/> - <includegraph visible="$INCLUDE_GRAPH"/> - <includedbygraph visible="$INCLUDED_BY_GRAPH"/> + <includegraph visible="yes"/> + <includedbygraph visible="yes"/> <sourcelink visible="yes"/> <memberdecl> <interfaces visible="yes" title=""/> @@ -180,9 +185,10 @@ <!-- Layout definition for a group page --> <group> <briefdescription visible="yes"/> - <groupgraph visible="$GROUP_GRAPHS"/> + <groupgraph visible="yes"/> <memberdecl> <nestedgroups visible="yes" title=""/> + <modules visible="yes" title=""/> <dirs visible="yes" title=""/> <files visible="yes" title=""/> <namespaces visible="yes" title=""/> @@ -228,6 +234,25 @@ <authorsection visible="yes"/> </group> + <!-- 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 title=""/> + <typedefs title=""/> + <functions title=""/> + <variables title=""/> + <membergroups title=""/> + </memberdecl> + <detaileddescription title=""/> + <memberdecl> + <files visible="yes"/> + </memberdecl> + </module> + <!-- Layout definition for a directory page --> <directory> <briefdescription visible="yes"/> hooks/post-receive -- A pseudo Operating System for the Dreamcast. |