# HG changeset patch # User Sam Lantinga # Date 1296590009 28800 # Node ID aee04c635ec65f21fa974b9a6f60f12d8c86d975 # Parent c63b901d97ab4acffb9504d50f58094127957de4 Tweak for documentation diff -r c63b901d97ab -r aee04c635ec6 include/SDL_atomic.h --- a/include/SDL_atomic.h Tue Feb 01 09:04:43 2011 -0800 +++ b/include/SDL_atomic.h Tue Feb 01 11:53:29 2011 -0800 @@ -123,9 +123,10 @@ /*@}*//*SDL AtomicLock*/ -/* The compiler barrier prevents the compiler from reordering - reads and writes to globally visible variables across the call. -*/ +/** + * The compiler barrier prevents the compiler from reordering + * reads and writes to globally visible variables across the call. + */ #ifdef _MSC_VER void _ReadWriteBarrier(void); #pragma intrinsic(_ReadWriteBarrier)