From ff340fda92eda600b068f4352b22afbcb47c43e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Tue, 22 Aug 2023 22:52:55 +0200 Subject: [PATCH] Moved docimg to docs/images --- Doxyfile.in | 2 +- {docimg => docs/images}/2d_coord.png | Bin {docimg => docs/images}/3d_canonical_coords.png | Bin {docimg => docs/images}/README.txt | 0 {docimg => docs/images}/cmake-build-all.png | Bin {docimg => docs/images}/vscode-screenshot.png | Bin 6 files changed, 1 insertion(+), 1 deletion(-) rename {docimg => docs/images}/2d_coord.png (100%) rename {docimg => docs/images}/3d_canonical_coords.png (100%) rename {docimg => docs/images}/README.txt (100%) rename {docimg => docs/images}/cmake-build-all.png (100%) rename {docimg => docs/images}/vscode-screenshot.png (100%) diff --git a/Doxyfile.in b/Doxyfile.in index 178001f3..e3189767 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -859,7 +859,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/docimg" +IMAGE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/docs/images" # 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/docimg/2d_coord.png b/docs/images/2d_coord.png similarity index 100% rename from docimg/2d_coord.png rename to docs/images/2d_coord.png diff --git a/docimg/3d_canonical_coords.png b/docs/images/3d_canonical_coords.png similarity index 100% rename from docimg/3d_canonical_coords.png rename to docs/images/3d_canonical_coords.png diff --git a/docimg/README.txt b/docs/images/README.txt similarity index 100% rename from docimg/README.txt rename to docs/images/README.txt diff --git a/docimg/cmake-build-all.png b/docs/images/cmake-build-all.png similarity index 100% rename from docimg/cmake-build-all.png rename to docs/images/cmake-build-all.png diff --git a/docimg/vscode-screenshot.png b/docs/images/vscode-screenshot.png similarity index 100% rename from docimg/vscode-screenshot.png rename to docs/images/vscode-screenshot.png