From 025844fe241a8cedb3b21d0e13135eaa9b668de1 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 19 Sep 2016 19:21:13 -0700 Subject: [PATCH] doxygen: doxygen.groups changed again to groups.md due to doxygen limitations Signed-off-by: Mihai Tudor Panu --- docs/documentation.md | 2 +- doxy/Doxyfile.in | 2 +- doxy/Doxyfile.java.in | 2 +- src/{doxygen.groups => groups.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{doxygen.groups => groups.md} (100%) diff --git a/docs/documentation.md b/docs/documentation.md index 33b2f8d5..4ceb79ad 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -66,7 +66,7 @@ Here's an example (disregard the "@verbatim" tags in your actual code): - `` Specifies if the sensor is part of a kit. *Optional* Existing groups that can be used for the manufacturer, connection, category and -kit tags are found in the *src/doxygen.groups* file. +kit tags are found in the *src/groups.md* file. Optionally, a small representative image can be placed in the "docs/images" subfolder and linked with the "@image" tag. diff --git a/doxy/Doxyfile.in b/doxy/Doxyfile.in index 520c326b..742eada5 100644 --- a/doxy/Doxyfile.in +++ b/doxy/Doxyfile.in @@ -764,7 +764,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/doxygen.groups \ +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/groups.md \ @CMAKE_CURRENT_SOURCE_DIR@/src \ @CMAKE_CURRENT_SOURCE_DIR@/docs \ @CMAKE_CURRENT_SOURCE_DIR@/doxy/README.cpp.md diff --git a/doxy/Doxyfile.java.in b/doxy/Doxyfile.java.in index 43b2c2a7..58eee576 100644 --- a/doxy/Doxyfile.java.in +++ b/doxy/Doxyfile.java.in @@ -764,7 +764,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/doxygen.groups \ +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/groups.md \ @CMAKE_BINARY_DIR@/src \ @CMAKE_CURRENT_SOURCE_DIR@/docs \ @CMAKE_CURRENT_SOURCE_DIR@/doxy/README.java.md diff --git a/src/doxygen.groups b/src/groups.md similarity index 100% rename from src/doxygen.groups rename to src/groups.md