From 551857b0d30155283496f847e43c512c05c5da73 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Jan 2002 17:38:24 +0000 Subject: 2002-01-21 Ralf Corsepius * configure.ac: Autoupdate to 2.52. Remove pdl2texi. * Makefile.am: Remove pdl2texi. --- doc/tools/pdl2texi/s.d | 129 ------------------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 doc/tools/pdl2texi/s.d (limited to 'doc/tools/pdl2texi/s.d') diff --git a/doc/tools/pdl2texi/s.d b/doc/tools/pdl2texi/s.d deleted file mode 100644 index a434bf4523..0000000000 --- a/doc/tools/pdl2texi/s.d +++ /dev/null @@ -1,129 +0,0 @@ - -OBJECT: Object_name - DESCRIPTION: - This object ... - (briefly describe the object's primary responsibility or purpose) - COPYRIGHT: - Copyright (c) 1995, On-Line Applications Research Corporation (OAR) - PORTING: - THEORY OF OPERATION: - DERIVATION: - DEPENDENCIES: - NOTES: - -ATTRIBUTE DESCRIPTIONS: - -ATTRIBUTE: An_attribute - DESCRIPTION: - This attribute ... - (briefly describe the attribute's primary purpose) - TYPE: float [constant]|integer [constant] - (indicate one of the above) - RANGE|MEMBERS: 0 - +INFINITY or MEMBER1, MEMBER2, MEMBER3 - (indicate RANGE or MEMBERS and specify, MEMBERS should be listed - in all caps, RANGE can use +/-INFINITY) - UNITS: - SCALE FACTOR: - DEFAULTS: - TOLERANCE: - REQUIREMENTS: - ABCD 3.2.4 A paragraph title - (indicate document, paragraph number, paragraph title) - REFERENCES: - NOTES: - -ASSOCIATION DESCRIPTIONS: - -ASSOCIATION: - DESCRIPTION: - VISIBILTY: - ASSOCIATED WITH: - MULTIPLICITY: - REQUIREMENTS: - ABCD 3.2.4 A paragraph title - (indicate document, paragraph number, paragraph title) - REFERENCES: - NOTES: - -ABSTRACT TYPE DESCRIPTIONS: - -ABSTRACT TYPE: - DESCRIPTION: - This type ... - (briefly describe the type's primary purpose) - VISIBILITY: private|public - (indicate one of the above) - DERIVATION: - MEMBERS|RANGE: 0 - +INFINITY or MEMBER1, MEMBER2, MEMBER3 - (indicate RANGE or MEMBERS and specify, MEMBERS should be listed - in all caps, RANGE can use +/-INFINITY) - UNITS: - SCALE FACTOR: - DEFAULTS: - TOLERANCE: - REQUIREMENTS: - ABCD 3.2.4 A paragraph title - (indicate document, paragraph number, paragraph title) - REFERENCES: - NOTES: - -DATA ITEM DESCRIPTIONS: - -DATA ITEM: - DESCRIPTION: - This data item ... - (briefly describe the data item's primary purpose) - TYPE: - UNITS: - SCALE FACTOR: - DEFAULTS: - TOLERANCE: - NOTES: - -METHODS DESCRIPTIONS: - (List methods alphabetically grouping public methods followed - by private methods.) - -METHOD: Some_method - DESCRIPTION: - This method ... - (briefly describe the method's primary responsibility) - VISIBILITY: private|public - (indicate one of the above) - INPUTS: - input_one - the first and only input - (specify the logical inputs followed by a description, - indicate 'none' if there are no inputs) - OUTPUTS: - output_one - the first and only output - (specify the logical outputs followed by a description, - indicate 'none' if there are no outputs, use 'result' if the - method is a boolean function) - REQUIREMENTS: - ABCD 3.2.4 A paragraph title - (indicate document, paragraph number, paragraph title) - REFERENCES: - NOTES: - PDL: - -TASK DESCRIPTIONS: - -TASK: - DESCRIPTION: - This task ... - (briefly describe the task's primary responsibility) - INPUTS: - SYNCHRONIZATION: delay|event|message|semaphore|signal|period - (indicate one or more of the above and list any events, - messages, or signals that can be received) - TIMING: - (specify any timing information that is related to the - synchronization specified above) - REQUIREMENTS: - ABCD 3.2.4 A paragraph title - (indicate document, paragraph number, paragraph title) - REFERENCES: - NOTES: - PDL: - -ENDOBJECT: Object_name -- cgit v1.2.3