Create more doxygen groups for base classes, clean some doc

This commit is contained in:
Johann Dreo 2010-11-01 18:20:56 +01:00
commit 044d1223bb
14 changed files with 114 additions and 41 deletions

View file

@ -30,15 +30,17 @@
#include <iostream> // std::istream, std::ostream
#include <string> // para std::string
//-----------------------------------------------------------------------------
// eoPrintable
//-----------------------------------------------------------------------------
/*
This functionality was separated from eoObject, since it makes no sense to print
some objects (for instance, a #eoFactory# or a random number generator.
*/
/**
Base class for objects that can print themselves
(#printOn#). Besides, this file defines the standard output for all the objects;
if the objects define printOn there's no need to define #operator <<#.\\
This functionality was separated from eoObject, since it makes no sense to print
some objects (for instance, a #eoFactory# or a random number generator.
if the objects define printOn there's no need to define #operator <<#.
@ingroup Core
*/
class eoPrintable
{