Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33077 )

Change subject: base: Tag API methods in printable.hh
......................................................................

base: Tag API methods in printable.hh

Change-Id: Iec051967c27ab21f82619a2cc528973a574f918d
Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
---
M src/base/printable.hh
1 file changed, 6 insertions(+), 0 deletions(-)



diff --git a/src/base/printable.hh b/src/base/printable.hh
index f79843e..0dd0077 100644
--- a/src/base/printable.hh
+++ b/src/base/printable.hh
@@ -44,9 +44,15 @@
 class Printable
 {
   public:
+    /**
+     * @ingroup api_printable
+     */
     Printable() {}
     virtual ~Printable() {}

+    /**
+     * @ingroup api_printable
+     */
     virtual void print(std::ostream &os,
                        int verbosity = 0,
                        const std::string &prefix = "") const = 0;

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

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Iec051967c27ab21f82619a2cc528973a574f918d
Gerrit-Change-Number: 33077
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to