diff --git a/documentation/Doxyfile b/documentation/Doxyfile index e2ccf32037..30a792e8a8 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -746,7 +746,7 @@ EXAMPLE_RECURSIVE = NO # directories that contain image that are included in the documentation (see # the \image command). -IMAGE_PATH = ./images +IMAGE_PATH = ./doxygen # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/documentation/doxygen/Kernel_Object.png b/documentation/doxygen/Kernel_Object.png new file mode 100644 index 0000000000..153d9e59dd Binary files /dev/null and b/documentation/doxygen/Kernel_Object.png differ diff --git a/documentation/doxygen/System_Arch.png b/documentation/doxygen/System_Arch.png new file mode 100644 index 0000000000..bdf074d4e9 Binary files /dev/null and b/documentation/doxygen/System_Arch.png differ diff --git a/documentation/doxygen/Thread_Scheduler.png b/documentation/doxygen/Thread_Scheduler.png new file mode 100644 index 0000000000..1854798eeb Binary files /dev/null and b/documentation/doxygen/Thread_Scheduler.png differ diff --git a/documentation/doxygen/dfs.png b/documentation/doxygen/dfs.png new file mode 100644 index 0000000000..72466ac28b Binary files /dev/null and b/documentation/doxygen/dfs.png differ diff --git a/documentation/doxygen/filesystem.h b/documentation/doxygen/filesystem.h index c56bb0faa6..2cb4d6066b 100644 --- a/documentation/doxygen/filesystem.h +++ b/documentation/doxygen/filesystem.h @@ -12,7 +12,7 @@ * more concrete file system. The purpose of a VFS is to allow client applications * to access different types of concrete file systems in a uniform way. * - * @image html dfs.png "Figure 2: Device Virtual File System Architecture" + * @image html dfs.png "Figure 4: Device Virtual File System Architecture" * * The DFS specifies an interface between the kernel and a concrete file system. * Therefore, it is easy to add support for new file system types to the kernel diff --git a/documentation/doxygen/finsh.png b/documentation/doxygen/finsh.png new file mode 100644 index 0000000000..2c75807383 Binary files /dev/null and b/documentation/doxygen/finsh.png differ