formatting, typos, comments, details

Change-Id: Iae5f1acb653a694622e9ac2bad93efcfca588f3a
This commit is contained in:
Horst Schirmeier
2013-10-14 14:43:39 +02:00
parent 7591c9edc5
commit 4cb97a7fa5
138 changed files with 1566 additions and 1576 deletions

View File

@ -1,5 +1,5 @@
#ifndef __MEMORYMAP_HPP__
#define __MEMORYMAP_HPP__
#define __MEMORYMAP_HPP__
#ifdef BOOST_1_46_OR_NEWER
#include <boost/icl/interval_set.hpp>
@ -47,7 +47,7 @@ public:
}
/**
* Determines whether a given memory access at address \a addr with width
* \a size hits the map.
* \a size hits the map.
*/
bool isMatching(address_t addr, int size = 1)
{