class SHARED_INVALID_CLASSNAMES
Shared list of invalid class name references in ${<type-name>} links
note
description: "Shared list of invalid class name references in **${<type-name>}** links"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-09-02 7:21:50 GMT (Monday 2nd September 2024)"
revision: "8"
deferred class
SHARED_INVALID_CLASSNAMES
inherit
EL_ANY_SHARED
feature {NONE} -- Constants
Invalid_source_name_table: EL_GROUPED_SET_TABLE [STRING, FILE_PATH]
-- map source path to group of invalid class names
once
create Result.make_equal (20)
end
end