Updated the help build to detect re-used sort group values

This commit is contained in:
dragonmacher 2025-03-06 18:59:46 -05:00
parent 7b9183b2db
commit 0a30e924dd
6 changed files with 139 additions and 107 deletions

View file

@ -6,7 +6,7 @@
target="help/topics/Debugger/Debugger.html">
<tocdef id="DebuggerGettingStarted" text="Getting Started"
sortgroup="g"
sortgroup="a"
target="help/topics/Debugger/GettingStarted.html">
<tocdef id="Launching" text="Launching a Target"
@ -15,58 +15,57 @@
</tocdef>
<tocdef id="DebuggerTroubleshooting" text="Troubleshooting"
sortgroup="m"
target="help/topics/Debugger/Troubleshooting.html" />
sortgroup="b"
target="help/topics/Debugger/Troubleshooting.html" />
<tocdef id="DebuggerConsolePlugin" text="Debug Console"
sortgroup="m"
target="help/topics/DebuggerConsolePlugin/DebuggerConsolePlugin.html" />
sortgroup="c"
target="help/topics/DebuggerConsolePlugin/DebuggerConsolePlugin.html" />
<tocdef id="DebuggerCopyActionsPlugin" text="Copy Actions"
sortgroup="m"
target="help/topics/DebuggerCopyActionsPlugin/DebuggerCopyActionsPlugin.html" />
sortgroup="d"
target="help/topics/DebuggerCopyActionsPlugin/DebuggerCopyActionsPlugin.html" />
<tocdef id="DebuggerModelPlugin" text="Model"
sortgroup="m"
target="help/topics/DebuggerModelPlugin/DebuggerModelPlugin.html" />
sortgroup="e"
target="help/topics/DebuggerModelPlugin/DebuggerModelPlugin.html" />
<tocdef id="DebuggerThreadsPlugin" text="Threads"
sortgroup="m"
target="help/topics/DebuggerThreadsPlugin/DebuggerThreadsPlugin.html" />
<tocdef id="DebuggerThreadsPlugin" text="Threads"
sortgroup="f"
target="help/topics/DebuggerThreadsPlugin/DebuggerThreadsPlugin.html" />
<tocdef id="DebuggerTraceManagerServicePlugin"
text="Trace Management"
sortgroup="m"
sortgroup="g"
target="help/topics/DebuggerTraceManagerServicePlugin/DebuggerTraceManagerServicePlugin.html" />
<tocdef id="DebuggerEmulationServicePlugin" text="Emulation"
sortgroup="m"
target="help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html" />
sortgroup="h"
target="help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html" />
<tocdef id="DebuggerMemoryBytesPlugin" text="Memory"
sortgroup="m"
target="help/topics/DebuggerMemoryBytesPlugin/DebuggerMemoryBytesPlugin.html" />
<tocdef id="DebuggerMemoryBytesPlugin" text="Memory"
sortgroup="i"
target="help/topics/DebuggerMemoryBytesPlugin/DebuggerMemoryBytesPlugin.html" />
<tocdef id="DebuggerRegistersPlugin" text="Registers"
sortgroup="m"
target="help/topics/DebuggerRegistersPlugin/DebuggerRegistersPlugin.html" />
<tocdef id="DebuggerRegistersPlugin" text="Registers"
sortgroup="j"
target="help/topics/DebuggerRegistersPlugin/DebuggerRegistersPlugin.html" />
<tocdef id="DebuggerListingPlugin" text="Dynamic Listing"
sortgroup="m"
target="help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html" />
<tocdef id="DebuggerListingPlugin" text="Dynamic Listing"
sortgroup="k"
target="help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html" />
<tocdef id="DebuggerDisassemblerPlugin"
text="Disassembly and Assembly"
sortgroup="m"
target="help/topics/DebuggerDisassemblerPlugin/DebuggerDisassemblerPlugin.html" />
<tocdef id="DebuggerDisassemblerPlugin" text="Disassembly and Assembly"
sortgroup="l"
target="help/topics/DebuggerDisassemblerPlugin/DebuggerDisassemblerPlugin.html" />
<tocdef id="DebuggerStackPlugin" text="Stack"
sortgroup="m"
target="help/topics/DebuggerStackPlugin/DebuggerStackPlugin.html" />
<tocdef id="DebuggerBreakpointsPlugin" text="Breakpoints"
sortgroup="m"
target="help/topics/DebuggerBreakpointsPlugin/DebuggerBreakpointsPlugin.html">
<tocdef id="DebuggerBreakpointsPlugin" text="Breakpoints"
sortgroup="n"
target="help/topics/DebuggerBreakpointsPlugin/DebuggerBreakpointsPlugin.html" >
<tocdef id="DebuggerBreakpointMarkerPlugin"
text="In the Listings"
@ -74,17 +73,17 @@
target="help/topics/DebuggerBreakpointMarkerPlugin/DebuggerBreakpointMarkerPlugin.html" />
</tocdef>
<tocdef id="DebuggerRegionsPlugin" text="Memory Regions"
sortgroup="m"
target="help/topics/DebuggerRegionsPlugin/DebuggerRegionsPlugin.html" />
<tocdef id="DebuggerRegionsPlugin" text="Memory Regions"
sortgroup="o"
target="help/topics/DebuggerRegionsPlugin/DebuggerRegionsPlugin.html" />
<tocdef id="DebuggerTimePlugin" text="Time"
sortgroup="m"
target="help/topics/DebuggerTimePlugin/DebuggerTimePlugin.html" />
<tocdef id="DebuggerTimePlugin" text="Time"
sortgroup="p"
target="help/topics/DebuggerTimePlugin/DebuggerTimePlugin.html" />
<tocdef id="DebuggerModulesPlugin" text="Modules and Sections"
sortgroup="m"
target="help/topics/DebuggerModulesPlugin/DebuggerModulesPlugin.html">
<tocdef id="DebuggerModulesPlugin" text="Modules and Sections"
sortgroup="q"
target="help/topics/DebuggerModulesPlugin/DebuggerModulesPlugin.html" >
<tocdef id="DebuggerStaticMappingPlugin" text="Static Mappings"
sortgroup="a"
@ -92,32 +91,32 @@
</tocdef>
<tocdef id="DebuggerWatchesPlugin" text="Watches"
sortgroup="m"
target="help/topics/DebuggerWatchesPlugin/DebuggerWatchesPlugin.html" />
sortgroup="r"
target="help/topics/DebuggerWatchesPlugin/DebuggerWatchesPlugin.html" />
<tocdef id="VariableValueHoverPlugin" text="Variable Hovers"
sortgroup="m"
target="help/topics/VariableValueHoverPlugin/VariableValueHoverPlugin.html" />
sortgroup="s"
target="help/topics/VariableValueHoverPlugin/VariableValueHoverPlugin.html" />
<tocdef id="DebuggerControlPlugin" text="Control and Machine State"
sortgroup="m"
target="help/topics/DebuggerControlPlugin/DebuggerControlPlugin.html" />
sortgroup="t"
target="help/topics/DebuggerControlPlugin/DebuggerControlPlugin.html" />
<tocdef id="DebuggerMemviewPlugin" text="Memview Plot"
sortgroup="m"
target="help/topics/DebuggerMemviewPlugin/DebuggerMemviewPlugin.html" />
sortgroup="u"
target="help/topics/DebuggerMemviewPlugin/DebuggerMemviewPlugin.html" />
<tocdef id="DebuggerPcodeStepperPlugin" text="P-code Stepper"
sortgroup="m"
target="help/topics/DebuggerPcodeStepperPlugin/DebuggerPcodeStepperPlugin.html" />
sortgroup="v"
target="help/topics/DebuggerPcodeStepperPlugin/DebuggerPcodeStepperPlugin.html" />
<tocdef id="DebuggerTraceDiffPlugin" text="Comparing Times"
sortgroup="m"
target="help/topics/DebuggerTraceViewDiffPlugin/DebuggerTraceViewDiffPlugin.html" />
sortgroup="w"
target="help/topics/DebuggerTraceViewDiffPlugin/DebuggerTraceViewDiffPlugin.html" />
<tocdef id="DebuggerPlatformPlugin" text="Platform Selection"
sortgroup="m"
target="help/topics/DebuggerPlatformPlugin/DebuggerPlatformPlugin.html" />
sortgroup="x"
target="help/topics/DebuggerPlatformPlugin/DebuggerPlatformPlugin.html" />
</tocdef>
</tocref>
</tocroot>