mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add docs to Type::vars and procs fields
This commit is contained in:
parent
305e53b1cf
commit
d982c94e9e
1 changed files with 2 additions and 0 deletions
|
|
@ -121,7 +121,9 @@ pub struct Type {
|
|||
pub path: String,
|
||||
pub location: Location,
|
||||
location_specificity: usize,
|
||||
/// Variables which this type has declarations or overrides for.
|
||||
pub vars: LinkedHashMap<String, TypeVar>,
|
||||
/// Procs and verbs which this type has declarations or overrides for.
|
||||
pub procs: LinkedHashMap<String, TypeProc>,
|
||||
parent_type: NodeIndex,
|
||||
pub docs: DocCollection,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue