I am using NDoc to prepare a reference of my code base. The problem I am facing is that I am not getting links for the parent classes. If there are following three classes:
Class classOne
Class classTwo
Class classThree
and lets say the hierarchy is like this that classOne is being inherited from classTwo and in turn classTwo is being inherited from classThree. In addition to this, the scenario is that all these classes are in three different libraries.
In the description of classOne, I am not getting the reference for classTwo from where i can click and see the description of classTwo and same goes for classThree.
Waiting for your response on it.
Regards,
rmaadil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I am using NDoc to prepare a reference of my code base. The problem I am facing is that I am not getting links for the parent classes. If there are following three classes:
Class classOne
Class classTwo
Class classThree
and lets say the hierarchy is like this that classOne is being inherited from classTwo and in turn classTwo is being inherited from classThree. In addition to this, the scenario is that all these classes are in three different libraries.
In the description of classOne, I am not getting the reference for classTwo from where i can click and see the description of classTwo and same goes for classThree.
Waiting for your response on it.
Regards,
rmaadil