diff --git a/ctx.h b/ctx.h index 76a47692..14ceed7c 100644 --- a/ctx.h +++ b/ctx.h @@ -32,7 +32,7 @@ */ /** @file ctx.h - @brief Declaration of the FunctionEmitContext class + @brief %Declaration of the FunctionEmitContext class */ #ifndef ISPC_CTX_H diff --git a/module.h b/module.h index d3290fd2..bcbcab95 100644 --- a/module.h +++ b/module.h @@ -32,7 +32,7 @@ */ /** @file module.h - @brief Declaration of the Module class, which is the ispc-side representation + @brief %Declaration of the Module class, which is the ispc-side representation of the results of compiling a source file. */