From 91ae990315e539efa8737b25b88ed7968302e217 Mon Sep 17 00:00:00 2001 From: thindil Date: Fri, 29 Oct 2021 05:00:21 +0000 Subject: [PATCH] docs: updated code documentation FossilOrigin-Name: efd7c07db2dc63ca6d1a6b78a7caef73f93ceed2a9917c4a3bef3923921a44aa --- docs/code/atomfeed_adb.html | 114 ++++++++++++++ docs/code/atomfeed_ads.html | 126 +++++++++------ docs/code/config_ads.html | 263 ++++++++++++++++++-------------- docs/code/index.html | 111 ++++++++------ docs/code/layouts_ads.html | 36 +++-- docs/code/messages_ads.html | 51 +++++-- docs/code/modules_ads.html | 32 ++-- docs/code/pages_ads.html | 68 +++++---- docs/code/robo_constants.html | 45 ++++++ docs/code/robo_exceptions.html | 14 +- docs/code/robo_packages.html | 10 +- docs/code/robo_subprograms.html | 65 ++++---- docs/code/robo_tasks.html | 14 +- docs/code/robo_types.html | 24 +-- docs/code/robo_variables.html | 24 ++- docs/code/robodoc.css | 92 +++++------ docs/code/robodoc.js | 10 ++ docs/code/server_adb.html | 53 +++++++ docs/code/server_ads.html | 49 +++--- docs/code/sitemaps_adb.html | 144 +++++++++++++++++ docs/code/sitemaps_ads.html | 48 +++--- docs/code/sources.html | 21 ++- docs/code/toc_index.html | 120 ++++++++------- docs/code/yass_adb.html | 45 +++--- 24 files changed, 1072 insertions(+), 507 deletions(-) create mode 100644 docs/code/atomfeed_adb.html create mode 100644 docs/code/robo_constants.html create mode 100644 docs/code/robodoc.js create mode 100644 docs/code/server_adb.html create mode 100644 docs/code/sitemaps_adb.html diff --git a/docs/code/atomfeed_adb.html b/docs/code/atomfeed_adb.html new file mode 100644 index 0000000..8b3368d --- /dev/null +++ b/docs/code/atomfeed_adb.html @@ -0,0 +1,114 @@ + + + + + + + + +atomfeed.adb + + + + + + +
+

TABLE OF CONTENTS

+ +
+ +

AtomFeed/AtomFeed.Entries_List [ Variables ]

+ +

[ Top ] [ AtomFeed ] [ Variables ]

+

FUNCTION

+
 The list of Atom entries for the website
+
+

SOURCE

+
   Entries_List: FeedEntry_Container.Vector;
+
+ +
+ +

AtomFeed/AtomFeed.Feed_File_Name [ Variables ]

+ +

[ Top ] [ AtomFeed ] [ Variables ]

+

FUNCTION

+
 The name of the Atom feed file of the website
+
+

SOURCE

+
   Feed_File_Name: Unbounded_String;
+
+ +
+ +

AtomFeed/AtomFeed.Get_Entries_List [ Subprograms ]

+ +

[ Top ] [ AtomFeed ] [ Subprograms ]

+

FUNCTION

+
 Get the current list of Atom entries for the website
+
+

SOURCE

+
   function Get_Entries_List return FeedEntry_Container.Vector is
+
+

RESULT

+
 List of Atom entries for the website
+
+ +
+ +

AtomFeed/AtomFeed.Get_Feed_File_Name [ Subprograms ]

+ +

[ Top ] [ AtomFeed ] [ Subprograms ]

+

FUNCTION

+
 Get the file name of the project's Atom feed
+
+

SOURCE

+
   function Get_Feed_File_Name return String is
+
+

RESULT

+
 The full path to the Atom feed file
+
+ +
+ +

AtomFeed/AtomFeed.Set_Entries_List [ Subprograms ]

+ +

[ Top ] [ AtomFeed ] [ Subprograms ]

+

FUNCTION

+
 Set the new values for the list of current Atom entries for the website
+
+

SOURCE

+
   procedure Set_Entries_List(New_List: FeedEntry_Container.Vector) is
+
+

PARAMETERS

+
 New_List - The Atom entries list which will be used as the main list
+
+ +
+ + + + diff --git a/docs/code/atomfeed_ads.html b/docs/code/atomfeed_ads.html index 58ddbdd..595ea22 100644 --- a/docs/code/atomfeed_ads.html +++ b/docs/code/atomfeed_ads.html @@ -6,19 +6,21 @@ -./src/atomfeed.ads + +atomfeed.ads - + + diff --git a/docs/code/config_ads.html b/docs/code/config_ads.html index 0ac3303..02184f3 100644 --- a/docs/code/config_ads.html +++ b/docs/code/config_ads.html @@ -6,19 +6,21 @@ -./src/config.ads + +config.ads - + + diff --git a/docs/code/index.html b/docs/code/index.html index dc66a8b..a62ac0f 100644 --- a/docs/code/index.html +++ b/docs/code/index.html @@ -6,13 +6,14 @@ + Index - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,67 +32,86 @@

Index

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

Normal

A

AddPageToFeed -AddPageToSitemap -AtomFeed +

Normal

A

AtomFeed +atomfeed.adb +AtomFeed.Add_Page_To_Feed atomfeed.ads +AtomFeed.Empty_Feed_Entry +AtomFeed.Feed_Entry +AtomFeed.FeedEntry_Container +AtomFeed.Save_Atom_Feed +AtomFeed.Start_Atom_Feed +AtomFeed.To_HTTP_Date +AtomFeed.To_Time

C

Config config.ads -CopyFile -CreateConfig -CreateDirectoryLayout -CreateEmptyFile -CreateInteractiveConfig -CreateLayout -CreatePage -

E

Excluded_Container -

F

FeedEntry -FeedEntry_Container -

G

GenerateSiteException -GetLayoutName -GlobalTableTags -

I

InvalidConfigData +Config.Create_Config +Config.Create_Interactive_Config +Config.Default_Parser_Configuration +Config.Excluded_Container +Config.Global_Table_Tags +Config.Invalid_Config_Data +Config.Parse_Config +Config.Parser_Config +Config.Site_Directory +Config.Site_Tags +Config.TableTags_Container +Config.Tags_Container +Config.Yass_Config

L

Layouts layouts.ads -LoadModules +Layouts.Create_Directory_Layout +Layouts.Create_Layout

M

Messages messages.ads -Messages_Types +Messages.Default_Message_Type +Messages.Messages_Types +Messages.Show_Message Modules modules.ads -MonitorConfig -MonitorSite +Modules.Load_Modules

P

Pages pages.ads -ParseConfig -ParserConfig -

S

SaveAtomFeed -SaveSitemap -Server +Pages.Copy_File +Pages.Create_Empty_File +Pages.Create_Page +Pages.Generate_Site_Exception +Pages.Get_Layout_Name +

S

Server +server.adb server.ads -ShowMessage -ShutdownServer -SiteDirectory +Server.Monitor_Config +Server.Monitor_Site +Server.Shutdown_Server +Server.Start_Server Sitemaps +sitemaps.adb +Sitemaps.AddPageToSitemap sitemaps.ads -SiteTags -StartAtomFeed -StartServer -StartSitemap -

T

TableTags_Container -Tags_Container -To_HTTP_Date -To_Time +Sitemaps.SaveSitemap +Sitemaps.StartSitemap

Y

yass.adb -YassConfig -

Internal

B

BuildSite -

S

ShowHelp -

V

ValidArguments +

Internal

A

AtomFeed.Entries_List +AtomFeed.Feed_File_Name +AtomFeed.Get_Entries_List +AtomFeed.Get_Feed_File_Name +AtomFeed.Set_Entries_List +

G

Get_Sitemap_File_Name +

S

Server.Http_Server +Set_Main_Node +Sitemaps.Get_Sitemap +Sitemaps.Main_Node +Sitemaps.Set_Sitemap +Sitemaps.Sitemap +Sitemaps.Sitemap_File_Name +

Y

YASS.Build_Site +YASS.Show_Help +YASS.Valid_Arguments

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/layouts_ads.html b/docs/code/layouts_ads.html index ff0bf3f..d9181a0 100644 --- a/docs/code/layouts_ads.html +++ b/docs/code/layouts_ads.html @@ -6,19 +6,21 @@ -./src/layouts.ads + +layouts.ads - + + diff --git a/docs/code/messages_ads.html b/docs/code/messages_ads.html index b27cc0c..825eaa4 100644 --- a/docs/code/messages_ads.html +++ b/docs/code/messages_ads.html @@ -6,19 +6,21 @@ -./src/messages.ads + +messages.ads - + + diff --git a/docs/code/modules_ads.html b/docs/code/modules_ads.html index 7ad9dd8..204a1cb 100644 --- a/docs/code/modules_ads.html +++ b/docs/code/modules_ads.html @@ -6,19 +6,21 @@ -./src/modules.ads + +modules.ads - + + diff --git a/docs/code/pages_ads.html b/docs/code/pages_ads.html index 4d1a9c4..98f48e2 100644 --- a/docs/code/pages_ads.html +++ b/docs/code/pages_ads.html @@ -6,19 +6,21 @@ -./src/pages.ads + +pages.ads - + + diff --git a/docs/code/robo_constants.html b/docs/code/robo_constants.html new file mode 100644 index 0000000..8644abd --- /dev/null +++ b/docs/code/robo_constants.html @@ -0,0 +1,45 @@ + + + + + + + + +Constants + + + + + +
+
+ +
+

Constants

+

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+

A

AtomFeed.Empty_Feed_Entry +

C

Config.Default_Parser_Configuration +

M

Messages.Default_Message_Type +

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+
+ + + + diff --git a/docs/code/robo_exceptions.html b/docs/code/robo_exceptions.html index 1db4542..7ec5df4 100644 --- a/docs/code/robo_exceptions.html +++ b/docs/code/robo_exceptions.html @@ -6,13 +6,14 @@ + Exceptions - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,13 +32,13 @@

Exceptions

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

G

GenerateSiteException -

I

InvalidConfigData +

C

Config.Invalid_Config_Data +

P

Pages.Generate_Site_Exception

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robo_packages.html b/docs/code/robo_packages.html index a2cb1b0..8d628d4 100644 --- a/docs/code/robo_packages.html +++ b/docs/code/robo_packages.html @@ -6,13 +6,14 @@ + Packages - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -41,8 +43,8 @@

S

S

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robo_subprograms.html b/docs/code/robo_subprograms.html index 387fe78..2a8d1b9 100644 --- a/docs/code/robo_subprograms.html +++ b/docs/code/robo_subprograms.html @@ -6,13 +6,14 @@ + Subprograms - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,35 +32,42 @@

Subprograms

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

Normal

A

AddPageToFeed -AddPageToSitemap -

C

CopyFile -CreateConfig -CreateDirectoryLayout -CreateEmptyFile -CreateInteractiveConfig -CreateLayout -CreatePage -

G

GetLayoutName -

L

LoadModules -

P

ParseConfig -

S

SaveAtomFeed -SaveSitemap -ShowMessage -ShutdownServer -StartAtomFeed -StartServer -StartSitemap -

T

To_HTTP_Date -To_Time -

Internal

B

BuildSite -

S

ShowHelp -

V

ValidArguments +

Normal

A

AtomFeed.Add_Page_To_Feed +AtomFeed.Save_Atom_Feed +AtomFeed.Start_Atom_Feed +AtomFeed.To_HTTP_Date +AtomFeed.To_Time +

C

Config.Create_Config +Config.Create_Interactive_Config +Config.Parse_Config +

L

Layouts.Create_Directory_Layout +Layouts.Create_Layout +

M

Messages.Show_Message +Modules.Load_Modules +

P

Pages.Copy_File +Pages.Create_Empty_File +Pages.Create_Page +Pages.Get_Layout_Name +

S

Server.Shutdown_Server +Server.Start_Server +Sitemaps.AddPageToSitemap +Sitemaps.SaveSitemap +Sitemaps.StartSitemap +

Internal

A

AtomFeed.Get_Entries_List +AtomFeed.Get_Feed_File_Name +AtomFeed.Set_Entries_List +

G

Get_Sitemap_File_Name +

S

Set_Main_Node +Sitemaps.Get_Sitemap +Sitemaps.Set_Sitemap +

Y

YASS.Build_Site +YASS.Show_Help +YASS.Valid_Arguments

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robo_tasks.html b/docs/code/robo_tasks.html index 89cb4ef..ee6315e 100644 --- a/docs/code/robo_tasks.html +++ b/docs/code/robo_tasks.html @@ -6,13 +6,14 @@ + Tasks - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,13 +32,13 @@

Tasks

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

M

MonitorConfig -MonitorSite +

S

Server.Monitor_Config +Server.Monitor_Site

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robo_types.html b/docs/code/robo_types.html index 83c0f8a..717b82f 100644 --- a/docs/code/robo_types.html +++ b/docs/code/robo_types.html @@ -6,13 +6,14 @@ + Types - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,18 +32,18 @@

Types

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

E

Excluded_Container -

F

FeedEntry -FeedEntry_Container -

M

Messages_Types -

P

ParserConfig -

T

TableTags_Container -Tags_Container +

A

AtomFeed.Feed_Entry +AtomFeed.FeedEntry_Container +

C

Config.Excluded_Container +Config.Parser_Config +Config.TableTags_Container +Config.Tags_Container +

M

Messages.Messages_Types

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robo_variables.html b/docs/code/robo_variables.html index ac6f9d4..e9d706e 100644 --- a/docs/code/robo_variables.html +++ b/docs/code/robo_variables.html @@ -6,13 +6,14 @@ + Variables - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,15 +32,21 @@

Variables

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

-

G

GlobalTableTags -

S

SiteDirectory -SiteTags -

Y

YassConfig +

Normal

C

Config.Global_Table_Tags +Config.Site_Directory +Config.Site_Tags +Config.Yass_Config +

Internal

A

AtomFeed.Entries_List +AtomFeed.Feed_File_Name +

S

Server.Http_Server +Sitemaps.Main_Node +Sitemaps.Sitemap +Sitemaps.Sitemap_File_Name

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9

+ diff --git a/docs/code/robodoc.css b/docs/code/robodoc.css index 2b2dca0..56674ae 100644 --- a/docs/code/robodoc.css +++ b/docs/code/robodoc.css @@ -30,8 +30,8 @@ body { - background-color: #ebdbb2; - color: #282828; + background-color: #303536; + color: #DDDDDD; font-family: Verdana, serif; border-color: rgb(226,199,143); } @@ -42,13 +42,13 @@ pre margin: 15px; padding: 5px; white-space: pre; - color: #282828; + color: #f8f8f2; } pre.source { - background-color: #d5c4a1; - border: dashed #f1fa8c 1px; + background-color: black; + border: solid #DDDDDD 1px; } p @@ -66,8 +66,8 @@ p.item_name #content { font-size: 100%; - color: #282828; - background-color: #ebdbb2; + color: #DDDDDD; + background-color: #1D2021; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; @@ -77,54 +77,51 @@ p.item_name border-top-style: none; border-bottom-style: none; padding: 40px 31px 14px 17px; - border-color: #d65d0e; + border-color: #44475a; text-align: justify; } #navigation { - background-color: #98971a; - color: #bd93f9; + background-color: #161819; + color: #DDDDDD; font-style: normal; - border-color: #98971a; + border-color: #161819; } a.menuitem { font-size: 120%; - background-color: #ebdbb2; - color: #076778; + background-color: #161819; + color: #66a8c7; font-variant: normal; text-transform: none; font-weight: normal; padding: 1px 8px 3px 1px; - margin-left: 5px; - margin-right: 5px; - margin-top: 5px; - margin-bottom: 5px; - border-color: #ebdbb2; + margin: 5px; + border-color: #282a36; text-align: right; } #logo, #logo a { font-size: 130%; - background-color: #d65d0e; - color: #282828; + background-color: #303536; + color: #888888; font-style: normal; font-variant: normal; text-transform: none; font-weight: bold; padding: 20px 18px 20px 18px; - border-color: #282828; + border-color: #f8f8f2; text-align: right; } #extra, #extra a { font-size: 128%; - background-color: #ebdbb2; - color: #076778; + background-color: #282a36; + color: #ffb86c; font-style: normal; font-variant: normal; text-transform: none; @@ -138,19 +135,19 @@ a.menuitem border-top-style: none; border-bottom-style: none; padding: 12px 12px 12px 12px; - border-color: #076778; + border-color: #ffb86c; text-align: center; } #content a { - color: #076778; + color: #66a8c7; text-decoration: none; } #content a:hover, #content a:active { - color: #9d0006; + color: white; } a.indexitem @@ -160,7 +157,6 @@ a.indexitem h1, h2, h3, h4, h5, h6 { - background-color: #d79921; font-style: normal; font-variant: normal; text-transform: none; @@ -199,13 +195,15 @@ h6 #navigation a { - text-decoration: none; + text-decoration: none; + float: left; + display: block; } .menuitem:hover { - background-color: #076778; - color: #ebdbb2; + background-color: #ff8000; + color: #282a36; } #extra a @@ -225,13 +223,17 @@ h6 /* layout */ #navigation { - width: 22%; - position: relative; - top: 0; - right: 0; - float: right; - text-align: center; - margin-left: 10px; + position: fixed; + top: 0; + width: 100%; +} + +#logo +{ + margin-top: 50px; + margin-left: auto; + margin-right: auto; + width: 50%; } .menuitem {width: auto;} @@ -248,12 +250,12 @@ div#footer div#footer a { - color: #9d0006; + color: #ff5555; } div#footer a:hover { - color: #076778; + color: #ffb86c; } div#footer p { @@ -263,32 +265,32 @@ div#footer p span.keyword { - color: #8f3f71; + color: #8be9fd; } span.comment { - color: #7c6f64; + color: #6272a4; } span.quote { - color: #79740e; + color: #50fa7b; } span.squote { - color: #98971a; + color: #ff79c6; } span.sign { - color: #9d0006; + color: #ff5555; } span.line_number { - color: #458588; + color: #f1fa8c; } @media print diff --git a/docs/code/robodoc.js b/docs/code/robodoc.js new file mode 100644 index 0000000..4912c05 --- /dev/null +++ b/docs/code/robodoc.js @@ -0,0 +1,10 @@ +/****h* ROBODoc/ROBODoc Javascript support + * FUNCTION + * This is the default Javascript library for documentation + * generated with ROBODoc. + * You can edit this file to your own liking and then use + * it with the option + * --js + ****** + * $Id: html_generator.c,v 1.95 2019/01/04 23:58:00 cashy Exp $ + */ diff --git a/docs/code/server_adb.html b/docs/code/server_adb.html new file mode 100644 index 0000000..7a0ccae --- /dev/null +++ b/docs/code/server_adb.html @@ -0,0 +1,53 @@ + + + + + + + + +server.adb + + + + + + +
+

TABLE OF CONTENTS

+ +
+ +

Server/Server.Http_Server [ Variables ]

+ +

[ Top ] [ Server ] [ Variables ]

+

FUNCTION

+
 Instance of Http server which will be serving the project's files
+
+

SOURCE

+
   Http_Server: AWS.Server.HTTP;
+
+ +
+ + + + diff --git a/docs/code/server_ads.html b/docs/code/server_ads.html index 5863db4..d2a26f4 100644 --- a/docs/code/server_ads.html +++ b/docs/code/server_ads.html @@ -6,19 +6,21 @@ -./src/server.ads + +server.ads - + + diff --git a/docs/code/sitemaps_adb.html b/docs/code/sitemaps_adb.html new file mode 100644 index 0000000..129a063 --- /dev/null +++ b/docs/code/sitemaps_adb.html @@ -0,0 +1,144 @@ + + + + + + + + +sitemaps.adb + + + + + + +
+

TABLE OF CONTENTS

+ +
+ +

Sitemaps/Sitemaps.Main_Node [ Variables ]

+ +

[ Top ] [ Sitemaps ] [ Variables ]

+

FUNCTION

+
 The main XML node of the project's sitemap
+
+

SOURCE

+
   Main_Node: DOM.Core.Element; span class="sign">## rule line off GLOBAL_REFERENCES
+
+ +
+ +

Sitemaps/Sitemaps.Sitemap [ Variables ]

+ +

[ Top ] [ Sitemaps ] [ Variables ]

+

FUNCTION

+
 The content of the sitemap of the project
+
+

SOURCE

+
   Sitemap: Document; span class="sign">## rule line off GLOBAL_REFERENCES
+
+ +
+ +

Sitemaps/Sitemaps.Sitemap_File_Name [ Variables ]

+ +

[ Top ] [ Sitemaps ] [ Variables ]

+

FUNCTION

+
 The name of the file which contains the project's sitemap
+
+

SOURCE

+
   Sitemap_File_Name: Unbounded_String; span class="sign">## rule line off GLOBAL_REFERENCES
+
+ +
+ +

Sitemaps/Get_Sitemap_File_Name [ Subprograms ]

+ +

[ Top ] [ Sitemaps ] [ Subprograms ]

+

FUNCTION

+
 Get the name of file which contains the project's sitemap
+
+

SOURCE

+
   function Get_Sitemap_File_Name return Unbounded_String is
+
+

RESULT

+
 Unbounded_String with the name of sitemap file
+
+ +
+ +

Sitemaps/Set_Main_Node [ Subprograms ]

+ +

[ Top ] [ Sitemaps ] [ Subprograms ]

+

FUNCTION

+
 Set the new main XML node for the sitemap of the project
+
+

SOURCE

+
   procedure Set_Main_Node(New_Main_Node: DOM.Core.Element) is
+
+

PARAMETERS

+
 New_Main_Node - The XML node which will be set as the new main sitemap
+ node
+
+ +
+ +

Sitemaps/Sitemaps.Get_Sitemap [ Subprograms ]

+ +

[ Top ] [ Sitemaps ] [ Subprograms ]

+

FUNCTION

+
 Get the project sitemap content
+
+

SOURCE

+
   function Get_Sitemap return Document is
+
+

RESULT

+
 The Document with sitemap of the current project
+
+ +
+ +

Sitemaps/Sitemaps.Set_Sitemap [ Subprograms ]

+ +

[ Top ] [ Sitemaps ] [ Subprograms ]

+

FUNCTION

+
 Set the project sitemap content
+
+

SOURCE

+
   procedure Set_Sitemap(New_Sitemap: Document) is
+
+

PARAMETERS

+
 New_Sitemap - The sitemap which will be used as the project sitemap
+
+ +
+ + + + diff --git a/docs/code/sitemaps_ads.html b/docs/code/sitemaps_ads.html index b667770..5fed55c 100644 --- a/docs/code/sitemaps_ads.html +++ b/docs/code/sitemaps_ads.html @@ -6,19 +6,21 @@ -./src/sitemaps.ads + +sitemaps.ads - + + diff --git a/docs/code/sources.html b/docs/code/sources.html index c4aaa8a..9024a5f 100644 --- a/docs/code/sources.html +++ b/docs/code/sources.html @@ -6,13 +6,14 @@ + Source files - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,7 +32,10 @@
+ diff --git a/docs/code/toc_index.html b/docs/code/toc_index.html index f24e5bf..ec7bfcf 100644 --- a/docs/code/toc_index.html +++ b/docs/code/toc_index.html @@ -6,13 +6,14 @@ + Table of Contents - +
@@ -21,6 +22,7 @@ Source files Index Tasks +Constants Exceptions Subprograms Packages @@ -30,74 +32,90 @@

TABLE OF CONTENTS

+ diff --git a/docs/code/yass_adb.html b/docs/code/yass_adb.html index ab47f7b..542ebf6 100644 --- a/docs/code/yass_adb.html +++ b/docs/code/yass_adb.html @@ -6,19 +6,21 @@ -./src/yass.adb + +yass.adb - +