[Lazarus] FPDoc now with Markdown support

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Wed Jan 6 01:08:17 CET 2021


On 02/01/2021 2:31 pm, Michael Van Canneyt via lazarus wrote:
> material theme: 
> https://www.freepascal.org/~michael/docs-demo/material/system/tobject.dispatch/

There seems to be an issue generating constants and values with a underscore
in the name.

You can see that here:

  https://www.freepascal.org/~michael/docs-demo/material/baseunix/arg_max/


const
   ARG\_MAX = UnixType.ARG\_MAX

instead of

const
  ARG_MAX = UnixType.ARG_MAX


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


More information about the lazarus mailing list