October 30, 2023
https://issues.dlang.org/show_bug.cgi?id=24210

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3706 "Improve function (pointer) type docs" fixing this issue:

- Improve function (pointer) type docs

  Fix Issue 24210 - Function types are not documented
  Make examples runnable.
  Use list for kinds of delegate.
  Remove C pointer to function syntax as it's no longer supported.

https://github.com/dlang/dlang.org/pull/3706

--
November 07, 2023
https://issues.dlang.org/show_bug.cgi?id=24210

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3706 "Improve function (pointer) type docs" was
merged into master:

- 51bf3f90826dcf2feaf5ffae75528272401d1a8a by Nick Treleaven:
  Improve function (pointer) type docs

  Fix Issue 24210 - Function types are not documented
  Make examples runnable.
  Use list for kinds of delegate.
  Remove C pointer to function syntax as it's no longer supported.

https://github.com/dlang/dlang.org/pull/3706

--