TABLE OF CONTENTS
Yass/Modules [ Packages ]
FUNCTION
Provide code for operating the program modules
SOURCE
package Modules is
Modules/Modules.Load_Modules [ Subprograms ]
[ Top ] [ Modules ] [ Subprograms ]
FUNCTION
Load all modules for selected state: start, pre, post, end. PageTags and PageTableTags will be empty in all states except pre and post for markdown files.
SOURCE
procedure Load_Modules (State: String; Page_Tags: in out Tags_Container.Map; Page_Table_Tags: in out TableTags_Container.Map) with Pre => State'Length > 0, Test_Case => (Name => "Test_Load_Modules", Mode => Nominal);
PARAMETERS
State - State of the program in which module are loaded Page_Tags - All current processed page tags with their contents Page_Table_Tags - All current processed page table tags with their contents