doxygen docs: fix insufficiently namespaced group names

These led to clashes, since group names must be globally unique.
This commit is contained in:
Xavi Artigas 2020-03-03 17:49:23 +01:00
parent 9aecf76824
commit c5b1694985
3 changed files with 3 additions and 3 deletions

View File

@ -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
*
* @{

View File

@ -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

View File

@ -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
*
* @{
*