Skip to content

Commit

Permalink
SCI32: Rewrap comments to 80 columns in lists32.h
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Oct 7, 2017
1 parent 4521e97 commit d5e09a9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions engines/sci/graphics/lists32.h
Expand Up @@ -28,13 +28,11 @@
namespace Sci {

/**
* StablePointerArray holds pointers in a fixed-size array
* that maintains position of erased items until `pack` is
* called. It is used by DrawList, RectList, and
* ScreenItemList. StablePointerArray takes ownership of
* all pointers that are passed to it and deletes them when
* calling `erase` or when destroying the
* StablePointerArray.
* StablePointerArray holds pointers in a fixed-size array that maintains
* position of erased items until `pack` is called. It is used by DrawList,
* RectList, and ScreenItemList. StablePointerArray takes ownership of all
* pointers that are passed to it and deletes them when calling `erase` or when
* destroying the StablePointerArray.
*/
template<class T, uint N>
class StablePointerArray {
Expand Down

0 comments on commit d5e09a9

Please sign in to comment.