forked from project-jedi/jcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic documentation for JCL packages/files/classes/interfaces/records…
…/types/variables/constants.
- Loading branch information
outchy
committed
Jun 16, 2011
1 parent
a77b1f2
commit 568a4aa
Showing
5 changed files
with
118 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
|
||
@@!!SYMREF | ||
Summary | ||
The list of packages in the JCL. | ||
Description | ||
The JCL is split into several packages, each one dedicated to | ||
some feature family. | ||
|
||
@@!!CLASSES | ||
Summary | ||
The list of classes in the JCL. | ||
Description | ||
This list contains all the classes declared in the JCL. Each | ||
class member is then documented in its own page. | ||
|
||
@@!!INTERFACES | ||
Summary | ||
The list of interfaces in the JCL. | ||
Description | ||
This list contains all the interfaces declared in the JCL. | ||
Each interface member is then documented in its own page. | ||
|
||
@@!!FUNCTIONS | ||
Summary | ||
The list of functions in the JCL. | ||
Description | ||
This list contains all the functions declared in the JCL. | ||
|
||
@@!!RECORDS | ||
Summary | ||
The list of records and enumerations in the JCL. | ||
Description | ||
This list contains all the records and enumerations declared | ||
in the JCL. | ||
|
||
@@!!TYPES | ||
Summary | ||
The list of types in the JCL. | ||
Description | ||
This list contains all the types declared in the JCL. | ||
|
||
@@!!VARIABLES | ||
Summary | ||
The list of global variables in the JCL. | ||
Description | ||
This list contains all the global variables declared in the | ||
JCL. | ||
|
||
@@!!CONSTANTS | ||
Summary | ||
The list of constants in the JCL. | ||
Description | ||
This list contains all the constants declared in the JCL. | ||
|
||
@@!!FILES | ||
Summary | ||
The list of files in the JCL. | ||
Description | ||
This list contains all the files declared in the JCL. Each | ||
file member is then documented in its own page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters