docs: Fix Eina Core Group

Summary: I had fixed unlinked Eina API group(eina_main, eina_types, hamster) from Eina nodes. Those APIs included into Core group before.

Test Plan: API reference documentation modification only

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11605
This commit is contained in:
Myoungwoon Roy, Kim 2020-03-27 10:11:12 +01:00 committed by Xavi Artigas
parent 31da42a050
commit 3feacb2b66
4 changed files with 19 additions and 6 deletions

View File

@ -137,6 +137,10 @@
* More examples can be found at @ref eina_examples.
*
*
* @defgroup Eina_Core_Group Core
* @brief Initialization and shut down and types Etc.
* @ingroup Eina
*
* @defgroup Eina_Data_Types_Group Data Types
* @brief Eina provides an easy to use and optimized data types and structures.
* @ingroup Eina

View File

@ -19,6 +19,12 @@
#ifndef EINA_HAMSTER_H_
#define EINA_HAMSTER_H_
/**
* @addtogroup Eina_Core_Group Core
*
* @{
*/
/**
* @defgroup Eina_Hamster_Group Hamster
*
@ -36,6 +42,10 @@
*/
EAPI int eina_hamster_count(void);
/**
* @}
*/
/**
* @}
*/

View File

@ -24,12 +24,6 @@
#include "eina_types.h"
#include "eina_error.h"
/**
* @addtogroup Eina_Main_Group Main
*
* @brief These functions provide general initialization and shut down
* functions.
*/
/**
* @addtogroup Eina_Core_Group Core
@ -40,6 +34,9 @@
/**
* @defgroup Eina_Main_Group Main
*
* @brief These functions provide general initialization and shut down
* functions.
*
* @{
*/

View File

@ -28,6 +28,8 @@
/**
* @defgroup Eina_Types_Group Types
*
* @brief Definition for eina types and core functions.
*
* @{
*/