From c093f29f6bd2817cfc05e44d68b9a78fa0141ecf Mon Sep 17 00:00:00 2001 From: Erik Hallnor Date: Thu, 16 Oct 2003 17:56:16 -0400 Subject: Clear up the last of the Doxygen warnings base/statistics.hh: Document the friend class because doxygen can't handle the template instantiation. kern/tru64/dump_mbuf.cc: kern/tru64/dump_mbuf.hh: kern/tru64/printf.cc: kern/tru64/printf.hh: kern/tru64/tru64_events.cc: Change namespace from Tru64 to tru64 (There is a class Tru64, and it was confusing doxygen). --HG-- extra : convert_revision : 9644b1324814952cb6a2d98fd2ab4d07f0860b45 --- base/statistics.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'base/statistics.hh') diff --git a/base/statistics.hh b/base/statistics.hh index 4afdf2391..bd70cf8a0 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -717,6 +717,7 @@ class VectorBase : public VectorStat return *this; } + /** Friend this class with the associated scalar proxy. */ friend class ScalarProxy; /** -- cgit v1.2.3