| 
          
             Introduction 
            
            AdaDoc is a tool for developer using the Ada95 programming language. Its goal is
            to create documentation in different format from a package specification. 
              
            The documentation includes information about the following items: 
              
            
              - Clauses (context clauses, 
use clauses, representation 
              clauses) 
              - Pragmas
 
              - Renames
 
              - Generic parameters
 
              - Declarations (constants, variables, exceptions)
 
              - Declarations of types (tagged types, protected types, record types)
 
              - Procedures and functions with their different parameters
 
              - Tasks
 
              - Protected objects
 
             
            Hardware requirement 
            
            A binary executable of AdaDoc exist for the following operating system : Windows
            9X, ME, NT, 2000 and Linux. You can compile AdaDoc under any operating system which
            has an Ada95 compiler. 
            
           |