You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lsp/hover signatures for the resulting docs between a() and b() is inconsistent.
One appears to be constructing the full Markdown doc string while the other one just displays the raw doc.
Minimal example:
program main
! type a or be here:print*, a()
print*, b()
containsfunctiona()
!! this shoes uplogical a
a =.true.endfunctionlogicalfunctionb()
!! this doesn't
b =.false.endfunctionend program main
The text was updated successfully, but these errors were encountered:
gnikit
changed the title
bug(docs): inconsistent docs display
bug(docs): inconsistent docs display in hover
May 17, 2023
The lsp/hover signatures for the resulting docs between
a()
andb()
is inconsistent.One appears to be constructing the full Markdown doc string while the other one just displays the raw doc.
Minimal example:
The text was updated successfully, but these errors were encountered: