Class ::tycho::DocSysTest


Related constructs - Source File - Contents: constructor - public method - public proc - public variables - protected variable
This class is a test class for the tycho doc system.

The line above intentionally left blank.


Constructor

constructor args
A generic constructor.

Public constructs

Public Method

publicTwoArgMethod firstArg {secondArg {aDefault}}
A public method with two args, one of which takes a default.

Public Proc

oneArgProc statementType
A proc with one arg and a null body.

Public Variables

-aPublicVariable initalValue
A configbody for testing.
-publicVariableNoInitializer
A variable with a backslash but no initializer.
-firstVar 1
A bunch of public variables, but only one gets the doc comment FIXME: should these all share the same doc comment?
-secondVar 2
-thirdVar 3
-fourthVar 4
-fifthVar 5

Protected constructs

Protected Variable

aProtectedVariable
A protected variable with no initializer. Note that there is no blank line between this construct and the one above, but these two variables should have different doc comments.

Index of classes



Author: Christopher Hylands
Version: @(#)test.itcl 1.9 8/8/96
Copyright: (c) 1995-1996 The Regents of the University of California.