summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-03-03 17:49:23 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-03-03 18:49:20 +0100
commitc5b1694985bd9cfd74042c666605df911ecd7474 (patch)
tree7a4f617dd95c47e4b29c3c089b982666f5f54250
parent9aecf76824a614a951e0b2eb826457fe9e174d1f (diff)
downloadefl-c5b1694985bd9cfd74042c666605df911ecd7474.tar.gz
doxygen docs: fix insufficiently namespaced group names
These led to clashes, since group names must be globally unique.
-rw-r--r--src/lib/elementary/elm_code_diff_widget.h2
-rw-r--r--src/lib/elementary/elm_code_line.h2
-rw-r--r--src/lib/elementary/elm_code_text.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/elm_code_diff_widget.h b/src/lib/elementary/elm_code_diff_widget.h
index 7a6f2d6412..4387f9dbb2 100644
--- a/src/lib/elementary/elm_code_diff_widget.h
+++ b/src/lib/elementary/elm_code_diff_widget.h
@@ -12,7 +12,7 @@ extern "C" {
/**
* @brief UI Loading functions.
- * @defgroup Init Creating a diff widget to render an Elm Code backend
+ * @defgroup Elm_Code_Diff_Init Creating a diff widget to render an Elm Code backend
* when it's referencing a diff file
*
* @{
diff --git a/src/lib/elementary/elm_code_line.h b/src/lib/elementary/elm_code_line.h
index 3703a4a4d8..5f42174041 100644
--- a/src/lib/elementary/elm_code_line.h
+++ b/src/lib/elementary/elm_code_line.h
@@ -40,7 +40,7 @@ EAPI void elm_code_line_free(Elm_Code_Line *line);
/**
* @brief Line manipulation functions.
- * @defgroup Content Elementary Code Line
+ * @defgroup Elm_Code_Line_Content Elementary Code Line
* @{
*
* Functions for changing the content of lines in an Elm_Code_File
diff --git a/src/lib/elementary/elm_code_text.h b/src/lib/elementary/elm_code_text.h
index 97d67653fb..b79d30f3a5 100644
--- a/src/lib/elementary/elm_code_text.h
+++ b/src/lib/elementary/elm_code_text.h
@@ -14,7 +14,7 @@ extern "C" {
/**
* @brief Line text handling functions.
- * @defgroup Text access and manipulation within lines
+ * @defgroup Elm_Code_Text access and manipulation within lines
*
* @{
*