[Lazarus] FPDoc now with Markdown support
Michael Van Canneyt
michael at freepascal.org
Wed Jan 6 07:59:53 CET 2021
On Wed, 6 Jan 2021, Graeme Geldenhuys via lazarus wrote:
> 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
Hm. I'll need to check that. Seems I forgot to disable quoting for code
blocks. Thanks !.
Michael.
More information about the lazarus
mailing list