Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/11649

Change subject: misc: Fix BaseCPU doxygen
......................................................................

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 <[email protected]>
---
M src/Doxyfile
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/src/Doxyfile b/src/Doxyfile
index 5056c4d..891720a 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -1284,7 +1284,8 @@
 # or name=definition (no spaces). If the definition and the = are
 # omitted =1 is assumed.

-PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS
+PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS \
+                         THE_ISA

 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.

--
To view, visit https://gem5-review.googlesource.com/11649
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ifafe247df2511caee2569d534bd29348a5ce9e8e
Gerrit-Change-Number: 11649
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Lowe-Power <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to