- 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:
parent
119d842820
commit
fc84d1ec9d
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue