correct compile section in dox

SVN revision: 58016
This commit is contained in:
Mike Blumenkrantz 2011-03-23 08:27:55 +00:00
parent 7502b7fe0b
commit b95b46fd6f
1 changed files with 3 additions and 10 deletions

View File

@ -69,16 +69,11 @@ The Ecore library provides the following modules:
@li @ref Ecore_WinCE_Group @li @ref Ecore_WinCE_Group
@section compiling How to compile using Ecore? @section compiling How to compile using Ecore?
pkgconfig (.pc) files are installed for every ecore module.
This section has to be documented. Below is just a quick line to handle all Thus, to compile using any of them, you can use something like the following:
Ecore modules at once.
@verbatim @verbatim
gcc *.c \ gcc *.c $(pkg-config ecore ecore-$x ecore-$y [...] --cflags --libs)
-I/usr/local/include -I/usr/X11R6/include \
-L/usr/local/lib -L/usr/X11R6/lib \
-lecore -lecore_evas -lecore_x -lecore_fb \
`pkg-config evas --cflags --libs`
@endverbatim @endverbatim
@section install How is it installed? @section install How is it installed?
@ -98,8 +93,6 @@ make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
@todo (1.0) Document API @todo (1.0) Document API
*/
/* /*
@page Ecore_Main_Loop_Page The Ecore Main Loop @page Ecore_Main_Loop_Page The Ecore Main Loop