I am creating documentation for a library that consists of a C / C ++ part and a VHDL part, as well as some instructive pages for oxygen only. They should be placed in one autonomous group. Everything is still working, cute and fluffy ...
But what if I want to optimize the output in the vhdl subdirectory with OPTIMIZE_OUTPUT_VHDL = YES and optimize the output of the c subdirectory with OPTIMIZE_OUTPUT_C = YES at the same time?
As far as I understand, using doxygen-tags is not optimal in my case, since it introduces new doxyfile.conf files in each subdirectory with independent doxygen runs in each subdirectory. Thus, I cannot put both parts (c + vhdl) in different subgroups of the same group, and links between these two parts are impossible. In addition, the entire module must be “self-preserved” in order to be included in larger documents, without the special assembly structure involved in this decision ...
What would you do?
c ++ vhdl doxygen
marvin2k
source share