Skip to content

Commit

Permalink
Make xrefs.json include cross-spec definitions
Browse files Browse the repository at this point in the history
Fixes #47
  • Loading branch information
sideshowbarker authored and domenic committed Jun 9, 2017
1 parent ad07024 commit fc38205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wattsi.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ TCrossReferences = record
EnsureID(CrossRefNode^.Element, CrossRefNode^.LastHeading + ':' + ID.AsString);
NewLink := ConstructHTMLElement(eA);
CrossRefNode^.Element.SwapChildNodes(NewLink);
if ((Variant <> vDEV) and (not DFN.HasAttribute(kCrossSpecRefAttribute))) then
if (Variant <> vDEV) then
begin
DFNAnchor := ID.AsString;
SectionName := DelSpace1(StringReplace(StringReplace(CrossRefNode^.LastHeadingText, #$0A, ' ', [rfReplaceAll]), #$22, '\' + #$22, [rfReplaceAll]));
Expand Down

0 comments on commit fc38205

Please sign in to comment.