fix bug of flagTexts disappear by Sentence property type.

This commit is contained in:
2026-03-11 11:21:20 +08:00
parent 1dfeb39345
commit 2c586333b6
124 changed files with 3440 additions and 847 deletions
+57 -1
View File
@@ -1074,6 +1074,34 @@
"Title": "Hi.Common.Collections.FixedSizeConcurrentLinkedListUtil",
"Summary": "<p sourcefile=\"api/Hi.Common.Collections.FixedSizeConcurrentLinkedListUtil.yml\" sourcestartlinenumber=\"1\">Utility of Fixed Size Concurrent LinkedList.</p>\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.Common.Collections.LazyLinkedList-1.yml",
"output": {
".html": {
"relative_path": "api/Hi.Common.Collections.LazyLinkedList-1.html"
}
},
"version": "",
"Uid": null,
"IsMRef": true,
"Title": "Hi.Common.Collections.LazyLinkedList<T>",
"Summary": "<p sourcefile=\"api/Hi.Common.Collections.LazyLinkedList-1.yml\" sourcestartlinenumber=\"1\">A singly-growable linked list that can lazily materialize nodes\nfrom an <xref href=\"System.Collections.Generic.IEnumerable%601\" data-throw-if-not-resolved=\"false\"></xref> source.</p>\n<p></p>\nWithout a source it behaves like a regular append-only linked list.\nWith a source, nodes are pulled on demand when\n<xref href=\"Hi.Common.Collections.LazyLinkedListNode%601.Next\" data-throw-if-not-resolved=\"false\"></xref> is accessed on the tail,\nor when <xref href=\"Hi.Common.Collections.LazyLinkedList%601.First\" data-throw-if-not-resolved=\"false\"></xref> is accessed on an empty list.\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.Common.Collections.LazyLinkedListNode-1.yml",
"output": {
".html": {
"relative_path": "api/Hi.Common.Collections.LazyLinkedListNode-1.html"
}
},
"version": "",
"Uid": null,
"IsMRef": true,
"Title": "Hi.Common.Collections.LazyLinkedListNode<T>",
"Summary": "<p sourcefile=\"api/Hi.Common.Collections.LazyLinkedListNode-1.yml\" sourcestartlinenumber=\"1\">Node for <xref href=\"Hi.Common.Collections.LazyLinkedList%601\" data-throw-if-not-resolved=\"false\"></xref>.\nAccessing <xref href=\"Hi.Common.Collections.LazyLinkedListNode%601.Next\" data-throw-if-not-resolved=\"false\"></xref> on the tail node automatically\nmaterializes the next item from the list's source (if any).</p>\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.Common.Collections.LinkedListUtil.yml",
@@ -9836,7 +9864,7 @@
"Uid": null,
"IsMRef": true,
"Title": "Hi.NcParsers.Claims.IClaim",
"Summary": "<p sourcefile=\"api/Hi.NcParsers.Claims.IClaim.yml\" sourcestartlinenumber=\"1\">Logic of NC or part of NC statement.\nDifferent from the syntax-goal json object which is hard to fully normalized,\n<xref href=\"Hi.NcParsers.Claims.IClaim\" data-throw-if-not-resolved=\"false\"></xref> is normalized-like object before action.</p>\n"
"Summary": "<p sourcefile=\"api/Hi.NcParsers.Claims.IClaim.yml\" sourcestartlinenumber=\"1\">Logic of NC or part of NC statement.</p>\n"
},
{
"type": "ManagedReference",
@@ -10622,6 +10650,20 @@
"Title": "Hi.NcParsers.Syntaxs.Derived.FlagSyntax",
"Summary": "<p sourcefile=\"api/Hi.NcParsers.Syntaxs.Derived.FlagSyntax.yml\" sourcestartlinenumber=\"1\">Syntax of fully Match flag.</p>\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.NcParsers.Syntaxs.Derived.FloatTagSetupSyntax.yml",
"output": {
".html": {
"relative_path": "api/Hi.NcParsers.Syntaxs.Derived.FloatTagSetupSyntax.html"
}
},
"version": "",
"Uid": null,
"IsMRef": true,
"Title": "Hi.NcParsers.Syntaxs.Derived.FloatTagSetupSyntax",
"Summary": "<p sourcefile=\"api/Hi.NcParsers.Syntaxs.Derived.FloatTagSetupSyntax.yml\" sourcestartlinenumber=\"1\"><xref href=\"Hi.NcParsers.Syntaxs.Derived.TagSetupSyntax\" data-throw-if-not-resolved=\"false\"></xref> that parses numeric literal values to <xref href=\"System.Double\" data-throw-if-not-resolved=\"false\"></xref>.\nVariable text (e.g. Q2, #1, [#1+#2]) remains as <xref href=\"System.String\" data-throw-if-not-resolved=\"false\"></xref>.</p>\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.NcParsers.Syntaxs.Derived.HeidenhainSyntaxs.CyclDefSyntaxs.HeidenhainDatumSettingSyntax.yml",
@@ -10846,6 +10888,20 @@
"Title": "Hi.NcParsers.Syntaxs.Derived.IndexSyntaxs",
"Summary": null
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.NcParsers.Syntaxs.Derived.IntegerTagSetupSyntax.yml",
"output": {
".html": {
"relative_path": "api/Hi.NcParsers.Syntaxs.Derived.IntegerTagSetupSyntax.html"
}
},
"version": "",
"Uid": null,
"IsMRef": true,
"Title": "Hi.NcParsers.Syntaxs.Derived.IntegerTagSetupSyntax",
"Summary": "<p sourcefile=\"api/Hi.NcParsers.Syntaxs.Derived.IntegerTagSetupSyntax.yml\" sourcestartlinenumber=\"1\"><xref href=\"Hi.NcParsers.Syntaxs.Derived.TagSetupSyntax\" data-throw-if-not-resolved=\"false\"></xref> that parses numeric literal values to <xref href=\"System.Int32\" data-throw-if-not-resolved=\"false\"></xref>.\nVariable text (e.g. Q2, #1, [#1+#2]) remains as <xref href=\"System.String\" data-throw-if-not-resolved=\"false\"></xref>.</p>\n"
},
{
"type": "ManagedReference",
"source_relative_path": "api/Hi.NcParsers.Syntaxs.Derived.NumberedFlagSyntax.yml",