diff --git a/Doxyfile b/Doxyfile index 28d7df4..0432cba 100644 --- a/Doxyfile +++ b/Doxyfile @@ -962,7 +962,7 @@ EXAMPLE_RECURSIVE = YES # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = 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/RF24Mesh.h b/RF24Mesh.h index fc3b7e8..98abb26 100644 --- a/RF24Mesh.h +++ b/RF24Mesh.h @@ -383,7 +383,7 @@ class RF24Mesh /** * @example RF24Mesh_Ncurses_Master.cpp * A very limited ncurses interface used for initial monitoring/testing of RF24Mesh - * + * @image html "images/RF24Mesh_Ncurses.JPG" */ /** diff --git a/images/RF24Mesh_Ncurses.JPG b/images/RF24Mesh_Ncurses.JPG new file mode 100644 index 0000000..33d6fd7 Binary files /dev/null and b/images/RF24Mesh_Ncurses.JPG differ