Skip to content

Commit

Permalink
remoted doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 23, 2024
1 parent 9b53bc9 commit 224c335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/kind_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ SymbolInformation_Kind symbolKindFor(Element element) {
MethodElement: SymbolInformation_Kind.Method,
FunctionElement: SymbolInformation_Kind.Function,
TopLevelVariableElement: SymbolInformation_Kind.Variable,
PrefixElement: SymbolInformation_Kind
.Namespace, // unsure if this is the right call for this
PrefixElement: SymbolInformation_Kind.Namespace,
TypeParameterElement: SymbolInformation_Kind.TypeParameter,
ParameterElement: SymbolInformation_Kind.Parameter,
PropertyAccessorElement: SymbolInformation_Kind.Property,
Expand Down

0 comments on commit 224c335

Please sign in to comment.