[Doxygen-develop] new snapshot of moritz ( my nassi-shneiderman addon for doxygen) is online
Brought to you by:
dimitri
From: <Eck...@t-...> - 2008-10-23 13:27:33
|
Hello everybody. There is a new snapshot of moritz ( my nassi-shneiderman addon for doxygen) online that should reduce the amount of generated diagrams for nested compiler-switches: void my_function(void) { #if defined(MEANSWITCH) meanCommand(); #elif defined(SubSWITCH) subCommand(); #elif defined(SubSubSWITCH) subsubCommand(); #else elseCommand(); #endif } In the previous versions of moritz 8 diagrams were generated since there are 8 combinations with 3 switches whitch may be on or off. But in reality ony 4 diagrams are diffrent fom each other. The other 4 are a copy of one of those. Moritz is now able to recognize this copies. If the command MRTZ_checkCompilerSwitch was used before to choose the right diagrams its parameters have to be changed now. To use this patch please copy the binary-file of your operation-system into the bin-folder of your moritz-distribution (after renaming the original binary-file to make a restore possible).The exe-file is for win32-sytstems the other file is for linux-systems. Please test it out and post a comment into the forum of moritz. Kind regards, Eckard. |