Doxygen fix: don't identify the word Declaration as a class

This commit is contained in:
Dmitry Babokin
2013-03-04 03:28:02 +04:00
parent 3cb827ac56
commit d760d67598
2 changed files with 2 additions and 2 deletions

2
ctx.h
View File

@@ -32,7 +32,7 @@
*/ */
/** @file ctx.h /** @file ctx.h
@brief Declaration of the FunctionEmitContext class @brief %Declaration of the FunctionEmitContext class
*/ */
#ifndef ISPC_CTX_H #ifndef ISPC_CTX_H

View File

@@ -32,7 +32,7 @@
*/ */
/** @file module.h /** @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. of the results of compiling a source file.
*/ */