neo_doxygen: Unlink `name` and `full_name`.
[nit.git] / contrib / neo_doxygen / src / model / inner_class.nit
index c6e49fc..9476739 100644 (file)
@@ -93,9 +93,8 @@ redef class ClassDef
        # All `InnerClass` entities registred here are automatically added to the
        # graph with the `ClassDef`.
        #
-       # To ensure that the `full_name` of each `InnerClass` entity is correctly
-       # set and that each inner class will be correctly linked, `declare_class`
-       # should be used to add each inner class.
+       # To ensure that each inner class will be correctly linked,
+       # `declare_class` should be used to add each inner class.
        var inner_classes: SimpleCollection[InnerClass] = new Array[InnerClass]
 
        # Declare an inner class.