misc: Fix BaseCPU doxygen
authorJason Lowe-Power <jason@lowepower.com>
Thu, 5 Jul 2018 22:05:14 +0000 (15:05 -0700)
committerJason Lowe-Power <jason@lowepower.com>
Tue, 10 Jul 2018 16:41:40 +0000 (16:41 +0000)
commitc9dd86a5cd6f26a2ba776d0adb60d4e18c553b8b
treecd72201be748230005896cb202861f87df30bddb
parent5de8ca95506a5f15bfbfdd2ca9babd282a882d1f
misc: Fix BaseCPU doxygen

Doxygen was stopping with #include "arch/null/cpu_dummy.hh" so the html
for BaseCPU was only the three functions defined in the dummy CPU. This
forces doxygen to skip this #include correctly.

Note: The file references for base_cpu still aren't quite right, but it's
better than it was.

Change-Id: Ifafe247df2511caee2569d534bd29348a5ce9e8e
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/11649
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
src/Doxyfile