GLSL icon indicating copy to clipboard operation
GLSL copied to clipboard

Handle shift operators properly in Antora build

Open oddhack opened this issue 1 year ago • 0 comments

The shift operators (<< and >>) are not processed correctly by antora-prep.py - the are treated as xrefs and generate dead 'xref:' text in the generated HTML for the docs site. Probably just a slightly over-aggressive regexp matching things that look like xrefs but are not.

oddhack avatar Dec 11 '24 14:12 oddhack