I assume that support is in trunk. Fixes is still mostly 3.2.2 level I guess.
I need to rebuild my FPC Trunk and try again. I haven't been tracking the 3.2 fixes branch... perhaps it's time to start.
I also saw that the system.uitypes index had two unclickable entries for "string" and "String".
I noticed some of those for ordinal types like Word too.
I tried yesterday to reproduce the crashing on windows compiling, but couldn't. It compiled fine.
My problem was a run-time error in the FPDOc output. At some point, it decided to spew binary content on the screen and stopped writing the help output. I'll try again and see what happens now.
Do those links work in the online version, and what link do you use to test?
If you mean existing online versions at
https://www.freepascal.org/docs.html... then No. system.uitypes is not icluded there.
I use any property defined as TColor to test, like TControl.Color.
https://lazarus-ccr.sourceforge.io/docs/lcl/controls/tcontrol.color.htmlClicking on the type in the source declaration or navigating between topics should ultimately take you to system.uitypes. It doesn't work in the link above.
I noticed that your beta did navigate to the topic, but it does not have the content for the "TColor" topic in the XML file as if it was not found. But that content exists in Trunk. I haven't looked at fixes yet.
I try my luck after rebuilding trunk and making a build for fixes.