I have multiple .c files and each of them generates a mexw64 object (or dll). The problem is that I have structs or variable names with the same name across those files. When I generate the documentation doxygen combines all members and it is incorrect. I would like to view the structs separately depending on the group it lies in.
Do you know how to do it? (I already created a group for each file and the Module tab looks correctly but when clicking on the name of a struct it shows a unified struct with all members from all files).
Or is there anothe way to handle such things?
Regards,
Remus.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-01-02
Hi,
Having the same issue. Have you gotten an answer from somewhere else yet?
Br,
Veijo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have multiple .c files and each of them generates a mexw64 object (or dll). The problem is that I have structs or variable names with the same name across those files. When I generate the documentation doxygen combines all members and it is incorrect. I would like to view the structs separately depending on the group it lies in.
Do you know how to do it? (I already created a group for each file and the Module tab looks correctly but when clicking on the name of a struct it shows a unified struct with all members from all files).
Or is there anothe way to handle such things?
Regards,
Remus.
Hi,
Having the same issue. Have you gotten an answer from somewhere else yet?
Br,
Veijo