Only export public declarations into the website #4
Labels
good first issue
Good for newcomers
website generation
Issues related to the backend (generating the static site)
Currently, there is no filtering for symbols in the website generation. Readers are only interested in declarations that they can use from outside the module, so we should filter for public declarations. Refer to https://github.com/hylo-lang/specification/blob/main/spec.md#modifiers for details.
Relevant files from Hylo frontend:
AccessModifier.swift
, all files withinFrontend/AST/Decl
.Relevant folder from HyloDoc:
Sources/WebsiteGen/
The text was updated successfully, but these errors were encountered: