Copyright (c) 2005, Julian Tschannen
Eiffel Forum License v2 (see forum.txt)
-- Initialise context.
-- Title of main xace-file (either system or library)
-- Absolute path to original css file
-- Short title
-- Documentation title
-- Version
-- Input ace file
-- Ignored clusters (subclusters are ignored also)
-- XAce files of mounted libraries
-- XAce file of library
-- XAce file of system
-- Output directory
-- Feature clause order
-- Ignored feature clauses
-- Ignored indexing tags
-- Ignored inherit classes
-- Feature clause index of user defined clauses
-- Are mounted libraries included?
-- Are cluster files generated?
-- Are usage files generated?
-- Is an ancestors list generated?
-- Is a classes file generated?
-- Is a descendants list generated?
-- Is a features list generated?
-- Is an index generated?
-- Is an inheritance tree generated?
-- Is output flat?
-- Yes means all files will be in the same directory.
-- No means a directory structure similar to the cluster structure is used.
-- Is an overview page generated?
-- Are classes in flat form?
-- Are feature clauses ignored which are exported to NONE?
-- Are classes ignored which are exported to NONE?
-- Set are_mounted_libraries_included to a_value.
-- Set is_ancestors_list_generated to a_value.
-- Set is_classes_file_generated to a_value.
-- Set are_cluster_files_generated to a_value.
-- Set is_descendants_list_generated to a_value.
-- Set is_feature_list_generated to a_value.
-- Set is_inherit_tree_generated to a_value.
-- Set is_overview_generated to a_value.
-- Set are_usage_files_generated to a_value.
-- Set is_feature_clause_export_none_ignored to a_value.
-- Set is_inherit_export_none_ignored to a_value.
-- Set is_feature_clause_export_none_ignored to a_value.
Various options for input, output and parser