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
Hylo code references are still not updated though, so there are still places where `myFunction(_:)` is written instead of ``myFunction(_:)``.
Updating the standard library to use this syntax would make the references be checked when generating the documentation, so it would be harder to accidentally making documentation obsolete when doing some refactoring.
We have already converted the standard library to use our new syntax for special sections inside https://github.com/hylo-lang/hylodoc/tree/dev/Sources/StandardLibrary/Sources
Hylo code references are still not updated though, so there are still places where
`myFunction(_:)`
is written instead of``myFunction(_:)``
.Updating the standard library to use this syntax would make the references be checked when generating the documentation, so it would be harder to accidentally making documentation obsolete when doing some refactoring.
For the details of the syntax, see https://github.com/hylo-lang/hylodoc/blob/dev/SyntaxReference.md#symbol-references
The text was updated successfully, but these errors were encountered: