doxygen: doc generation fixed
Doxygen skips undesired directories and files now. In addition, the documentation of the "fail" namespace has been fixed. Note that there are still several warnings (due to incomplete documentations) in the Doxygen output. Change-Id: Idad4f1ecff453765b307fa40a5c1cebc0c2ce2bb
This commit is contained in:
@ -40,7 +40,7 @@ if(BUILD_GEM5)
|
||||
add_custom_target(gem5-allclean
|
||||
COMMAND @echo "Cleaning Fail* and gem5 ..."
|
||||
COMMAND cd "${PROJECT_BINARY_DIR}/" && make clean
|
||||
COMMAND cd "${gem5_src_dir}/" && scons -c
|
||||
COMMAND cd "${gem5_src_dir}/" && scons -c build/ARM
|
||||
)
|
||||
|
||||
# Build "fail" library first (will be statically linked to gem5)
|
||||
|
||||
Reference in New Issue
Block a user