From 5f0f42f166cb05636c51330bdb708f1d443881c7 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 5 Jun 2005 08:08:29 -0400 Subject: Fix minor doxygen issues. Doxyfile: Turn on EXTRACT_ALL so we get full class hierarchy info. base/range.hh: cpu/o3/fetch.hh: cpu/o3/rename_map.hh: cpu/o3/rob.hh: dev/ide_disk.cc: dev/tsunami.cc: dev/tsunami.hh: dev/tsunami_cchip.hh: Fix doxygen issues. --HG-- extra : convert_revision : 9e0e8d3510b35db201459b8a3211c5e6ad5f0bb4 --- base/range.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/range.hh') diff --git a/base/range.hh b/base/range.hh index 838e143cf..4e3e0fd6e 100644 --- a/base/range.hh +++ b/base/range.hh @@ -36,8 +36,10 @@ /** * @param s range string * EndExclusive Ranges are in the following format: + * @verbatim * := {}:{} * := | + + * @endverbatim */ template bool __parse_range(const std::string &s, T &start, T &end); -- cgit v1.2.3