defdriver

Uses in interface

commonclasses, sysutils, classes, adtfunct, adtcont, adtarray, adtmap

Description

This file is a part of the srcdoc program for creating documentation of Delphi/Pascal programs from comments in source files. Copyright (C) 2005 by Lukasz Czajka This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. Either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. Without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

Declarations

Name

Type

Visibility

Synopsis

TDefaultDriver

class

global

TBasicDeclaration

class

global

An abstract class representing a very general notion of a declaration.

TDeclaration

class

global

Represents a more specific notion of a declaration;.

TBlockDeclaration

class

global

A declaration containing other declarations.

TClassDeclaration

class

global

TInterfaceDeclaration

class

global

TUnitDeclaration

class

global

TRootDeclaration

class

global

Does not represent anything particular.

defdriver