TOP --> CcDoc

class CCcDocPhase2

This class manages the phase2 processing.

Phase 2 processing generates the cross reference index for all of the entries in the CTF file.

Author:
Joe Linoff

Version:
$Id: ccdocphase2.h,v 1.4 1999/06/12 18:10:33 jdl Exp $

Source:
../../ccdoc/src/ccdocphase2.h:30

Constructors Index

CCcDocPhase2
[public] Constructor.
~CCcDocPhase2
[public] Destructor.


Methods Index

AddScopedNode
[public] Add a scoped node to the update list if it has an associated comment. This supports comments in source files.
Run
[public] Run this phase.


Constructors

CCcDocPhase2

public CCcDocPhase2 ( ) ;

Constructor.

CCcDocPhase2

public ~ CCcDocPhase2 ( ) ;

Destructor.


Methods

Run

public bool Run ( CCcDocCtf & ctf ) ;

Run this phase.

Parameters:
ctf The repository.

AddScopedNode

public void AddScopedNode ( CCcDocParserNode * node ) ;

Add a scoped node to the update list if it has an associated comment. This supports comments in source files.

Parameters:
node The node to check.

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.