From d13bf51320b5a3516aaa457652b70fcd44a3b845 Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Mon, 17 Mar 2025 16:25:36 +0300 Subject: [PATCH 1/2] Escape tag properly --- include/psp2kern/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psp2kern/vfs.h b/include/psp2kern/vfs.h index 652ae0835..7eaee9d15 100644 --- a/include/psp2kern/vfs.h +++ b/include/psp2kern/vfs.h @@ -63,7 +63,7 @@ VITASDK_BUILD_ASSERT_EQ(0xC, SceVfsPath); * Mountpoint Data */ typedef struct SceVfsMountData { - const char *assign_name; //!< Assigned name for the mount point. Must end with ':', typically in format '0:' + const char *assign_name; //!< Assigned name for the mount point. Must end with ':', typically in format `0:` const char *fs_name; //!< Name of the FS being mounted. const char *blockdev_name; //!< Path to the block device const char *blockdev_name_no_part; //!< Path to the block device without a partition specified (used as a fallback if blockdev_name isn't found) From 587153687f5c71667d1a98dc1fa8a907264b89f6 Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Mon, 17 Mar 2025 16:26:00 +0300 Subject: [PATCH 2/2] Regenerate DoxygenLayout for newer doxygen --- docs/DoxygenLayout.xml | 102 +++++++++++++++++++++++++++++++++++------ 1 file changed, 87 insertions(+), 15 deletions(-) diff --git a/docs/DoxygenLayout.xml b/docs/DoxygenLayout.xml index 6a20f32d8..5e7c7bdd4 100644 --- a/docs/DoxygenLayout.xml +++ b/docs/DoxygenLayout.xml @@ -1,20 +1,41 @@ + - + - + + + + + + + + + + + + + + + + + + + + + @@ -25,9 +46,9 @@ - + - + @@ -87,8 +108,14 @@ + + + + + + @@ -98,6 +125,8 @@ + + @@ -105,19 +134,34 @@ + + + + + + + + + - - + + + + + + + + @@ -128,6 +172,8 @@ + + @@ -137,20 +183,24 @@ - - + + + - - - - - + + - + + + + + + + @@ -160,15 +210,18 @@ + + + - + @@ -180,6 +233,25 @@ + + + + + + + + + + + + + + + + + + +