TOP --> CcDoc
- class CCcDocPhase1
This class manages the phase1 processing.
Phase 1 consists of the following steps:
- Remove the specified files from the repository.
- Parse the specified files and add them to the repository.
- Author:
-
Joe Linoff
- Version:
-
$Id: ccdocphase1.h,v 1.4 1999/06/12 18:10:33 jdl Exp $
- Source:
-
../../ccdoc/src/ccdocphase1.h:33
- CCcDocPhase1
- [public] Constructor.
- ~CCcDocPhase1
- [public] Destructor.
- Run
- [public] Run this phase.
CCcDocPhase1
public CCcDocPhase1 ( ) ;
Constructor.
CCcDocPhase1
public ~ CCcDocPhase1 ( ) ;
Destructor.
Run
public bool Run ( CCcDocCtf & ctf ,
CJdlStringList & files ,
CJdlStringList & defines ,
const char * pkgName ) ;
Run this phase.
- Parameters:
-
repository
| The repository.
| files
| The list of source files.
| defines
| The list of -D and -U records from the command line.
| pkgName
| The name of the current package from the command line,
this overrides the internal @pkg name.
|
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.
|