Type alias e_documentation_general

e_documentation_general: {
    constants: e_documentation_general_constants;
    dependency_graph: boolean;
    fsm: boolean;
    functions: e_documentation_general_functions;
    generics: e_documentation_general_generics;
    instantiations: e_documentation_general_instantiations;
    language: e_documentation_general_language;
    magic_config_path: string;
    ports: e_documentation_general_ports;
    process: e_documentation_general_process;
    self_contained: boolean;
    signals: e_documentation_general_signals;
    symbol_verilog: string;
    symbol_vhdl: string;
    types: e_documentation_general_types;
}

Type declaration

Generated using TypeDoc