Skip to content

Commit 3589972

Browse files
committed
Updated documentation for 6.1.2 release.
1 parent 08195a3 commit 3589972

139 files changed

Lines changed: 1487 additions & 1807 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/CodeGen.chm

-1.03 KB
Binary file not shown.

Documentation/CodeGen.hsmx

-1.53 KB
Binary file not shown.

docs/css/topics.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,6 @@ a.hs18:hover {
581581
padding-bottom: 0.2in;
582582
font-size: 11pt;
583583
}
584-
.hd3 {
585-
font-size: 11pt;
586-
}
587584
.ps0 {
588585
font-size: 11pt;
589586
}

docs/data/index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/data/search.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/data/toc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/data/topics.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.htm

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,35 @@
55
<meta charset="UTF-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<meta name="generator" content="HelpSmith 10.1 (Build 24.1202)" />
9-
<link type="text/css" rel="stylesheet" href="css/apr.css?83f71545" />
10-
<link type="text/css" rel="stylesheet" href="css/app.css?83f71545" />
8+
<meta name="generator" content="HelpSmith 10.3 (Build 25.721)" />
9+
<link type="text/css" rel="stylesheet" href="css/apr.css?1fb3d748" />
10+
<link type="text/css" rel="stylesheet" href="css/app.css?1fb3d748" />
1111
<script src="js/jquery-3.7.1.min.js"></script>
12-
<script src="js/app.min.js?b1fab730"></script>
12+
<script src="js/app.min.js?1fb3d748"></script>
1313
<!-- Web Help IndexPage -->
1414

1515

1616
<!-- Web Help Layout -->
17-
18-
19-
<!-- HTML Help (CHM) Topic -->
17+
<style>
18+
#hs-warn {
19+
position: absolute;
20+
display: flex;
21+
align-items: center;
22+
justify-content: center;
23+
text-align: center;
24+
top: 0;
25+
left: 0;
26+
right: 0;
27+
bottom: 0;
28+
font: 17px Arial, sans-serif;
29+
color: black;
30+
background-color: white;
31+
}
32+
a {
33+
color: #f26500;
34+
text-decoration: underline;
35+
}
36+
</style>
2037
<script>
2138
doRedirect();
2239
</script>

0 commit comments

Comments
 (0)