Add missing qldoc

This commit is contained in:
Chris Smowton
2021-08-02 14:48:42 +01:00
parent 8a78075d3d
commit 09a873138d

View File

@@ -47,6 +47,9 @@ private XMLElement elementReferencingType(RefType rt) {
} }
abstract private class ReflectiveClassIdentifier extends Expr { abstract private class ReflectiveClassIdentifier extends Expr {
/**
* Gets the type of a class identified by this expression.
*/
abstract RefType getReflectivelyIdentifiedClass(); abstract RefType getReflectivelyIdentifiedClass();
} }