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
We should show symbol types in headings and table of contents, so it's easy to identify whether something is a class/function/attribute/whatever.
Desired solution
Format it identically to our library documentation:
Heading:
TOC:
We already show keywords for symbol headings, but it's more visible if the background color of the tags also changes. No symbol types are shown in the TOC at all.
Use fun instead of meth etc. We should still use the Safe-DS keywords.
We should also wrap the names of declarations in headings into an inline code element.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Closes#1164
### Summary of Changes
Show symbol types in headings and table of contents of the API
reference.
---------
Co-authored-by: megalinter-bot <[email protected]>
Is your feature request related to a problem?
We should show symbol types in headings and table of contents, so it's easy to identify whether something is a class/function/attribute/whatever.
Desired solution
Format it identically to our library documentation:
Heading:
TOC:
We already show keywords for symbol headings, but it's more visible if the background color of the tags also changes. No symbol types are shown in the TOC at all.
Use
fun
instead ofmeth
etc. We should still use the Safe-DS keywords.We should also wrap the names of declarations in headings into an inline code element.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: