diff --git a/documentation/Doxyfile b/documentation/Doxyfile index e2ccf320371d6ec44d5fd63632564d83547a4be5..30a792e8a81397ff0adeed41c0f7ba28a64253de 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 0000000000000000000000000000000000000000..153d9e59ddbd6132792fb6a14e92cb41e14e9ba9 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 0000000000000000000000000000000000000000..bdf074d4e94eb0280208b58d1310001389fba3cf 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 0000000000000000000000000000000000000000..1854798eebb637f6f24179e2434f9bc4bbc65b5e 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 0000000000000000000000000000000000000000..72466ac28b64333c3a783de59eecc6e37d9d5d8d Binary files /dev/null and b/documentation/doxygen/dfs.png differ diff --git a/documentation/doxygen/filesystem.h b/documentation/doxygen/filesystem.h index c56bb0faa6dd5237dff8e2ca736b3430cd46979f..2cb4d6066ba11b462ad9597dd6e7dc924a1e74fe 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 0000000000000000000000000000000000000000..2c758073833f69f56f896ecc24d1c041312c5aac Binary files /dev/null and b/documentation/doxygen/finsh.png differ