From d760d675989fb84c55187bf630b1d056ba3d193d Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Mon, 4 Mar 2013 03:28:02 +0400 Subject: [PATCH] Doxygen fix: don't identify the word Declaration as a class --- ctx.h | 2 +- module.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */