- Fix api docs: aesthetics

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@273 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-31 11:59:38 +00:00
parent 119d842820
commit fc84d1ec9d
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,7 @@ namespace sgpem
class Schedulable;
/** \brief An entity that can use the processor
*
* This abstract class describes an entity that can use the
* processor. It describes the parameters that don't change
* during a simulation.

View File

@ -25,8 +25,10 @@
*
* Parses command line options and sets argv to the first filename
* given to the cmdline.
* If no filename is given, in the end argc will be 0
* If no filename is given, in the end argc will be 0.
*
* Else argc will contain the length of the remaining argv[].
*
* If you still need the initial values of the global argc and argv
* passed to the main routine, remember to store them somewhere before
* calling this function.