efl: Give different names for example pages in different libs.

SVN revision: 81278
This commit is contained in:
Jonas M. Gastal 2012-12-18 16:18:24 +00:00
parent 65a7188905
commit 93cdccf144
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/** /**
* @page Examples Examples * @page ecore_examples Ecore Examples
* *
* Here is a page with some Ecore examples explained: * Here is a page with some Ecore examples explained:
* *

View File

@ -1,5 +1,5 @@
/** /**
* @page Examples Examples * @page eet_examples EET Examples
* *
* Here is a page with examples. * Here is a page with examples.
* *

View File

@ -1,5 +1,5 @@
/** /**
* @page Examples Examples * @page evas_examples Evas Examples
* *
* Here is a page with examples. * Here is a page with examples.
* *

View File

@ -34,7 +34,7 @@
@li @ref Ecore_WinCE_Group @li @ref Ecore_WinCE_Group
@li @ref Ecore_Audio_Group @li @ref Ecore_Audio_Group
For more info on Ecore usage, there are these @ref Examples. For more info on Ecore usage, there are these @ref ecore_examples.
@section compiling How to compile using Ecore? @section compiling How to compile using Ecore?
pkgconfig (.pc) files are installed for every ecore module. pkgconfig (.pc) files are installed for every ecore module.

View File

@ -116,7 +116,7 @@
@section intro_example Introductory Examples @section intro_example Introductory Examples
@ref Examples @ref eet_examples
@todo Document data format for images and data structures. @todo Document data format for images and data structures.