doxymatlab
doxymatlab copied to clipboard
multiple entries in classview within one class
we have a class with multiple methods. Each method is in a separate file. Class view shows
-
in version 1b409549976c058f3ba9ebd158560fa2e5f7c8ae shows only one class, at the documentation page of the class, inheritance and dependece graphs and list of mehtods are visible,
-
in version fa13a04fbe0664b264f35343df993e6542ea04f0 there are multiple classes with the same name, at the documentation page of the class, there are no graphs and methods.
see the attached files.
Transform.zip
The way to proceed here is to do a bisect search and see what commit messed up the things. I'll do it when I have the time. Thanks for notify about this.
Hi, I'm trying to reproduce your issue:
I did the following steps:
- Clone a vanilla version of doxymatlab
- Copy the content of Transform.zip inside the msource folder
- Execute doxymatlab Doxygen
At commit 1b40954 the Transform files are preprocessed but the Transform class doesn't appear in the class list.
At commit fa13a04 I get:
so there is clearly something wrong.
But I don't understand why in the first case, I cannot generate the documentation for your class. Can you try to replicate my steps and tell me what you get?