Hi everyone: I found some problems in the HTML Documents generated from doxygen. For example: Using the Browser (e.g. IE or Firefox) to see the HTML file "arch_2arm_2types_8hh.html". You will see the contents of "arch/arm/types.hh Files Reference". But there is no type at "ArmISA::cond" in the "Variables" fiels. The type actually is "Bitfield< 7,4 >" in the source code. The "Function" field in the html file also show some mistakes. For example: "ArmISA::BitUnion8 (ITSTATE) Bitfield<7" And I also found the class "PCState" is disapper in the same html file.
I try to fix the problem, and got some issues: (1) This problem may caused by doxygen. (2) That may due to the nested function macros like "BitUnion8 -> __BitUnion". But I still don't figure out a way to solve it!!!!! Please help me. Thanks....... ^_^ _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
