X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=librace.h;h=591b2925473b9ef608d533d70f2b3d2cf6a928a6;hp=a8af6864da2e483a14a58f2571ae36d7a0b62319;hb=081ec029e06a68012f1a3fd119671148bfac9605;hpb=7af1e278a823b97b391f37da9ef6a013d58ac50e diff --git a/librace.h b/librace.h index a8af6864..591b2925 100644 --- a/librace.h +++ b/librace.h @@ -1,3 +1,7 @@ +/** @file librace.h + * @brief Interface to check normal memory operations for data races. + */ + #ifndef __LIBRACE_H__ #define __LIBRACE_H__