We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d30fb commit 15db286Copy full SHA for 15db286
src/OSPSuite.Core/Domain/ClassifiableModule.cs
@@ -1,7 +1,7 @@
1
namespace OSPSuite.Core.Domain
2
{
3
/// <summary>
4
- /// A wrapper for Module which can resolve a classification tree
+ /// A wrapper for <see cref="Module"/> which can resolve a classification tree
5
/// </summary>
6
public class ClassifiableModule : Classifiable<Module>, IWithId
7
src/OSPSuite.Core/Domain/ClassifiableObservedData.cs
@@ -3,7 +3,7 @@
namespace OSPSuite.Core.Domain
- /// A wrapper for DataRepository which can resolve a classification tree
+ /// A wrapper for <see cref="DataRepository"/> which can resolve a classification tree
8
public class ClassifiableObservedData : Classifiable<DataRepository>
9
0 commit comments