Fix warnings reported by doxygen

This commit is contained in:
Matt Pharr
2011-10-20 11:49:54 -07:00
parent a7dff17b35
commit 8b719e4c4e
2 changed files with 7 additions and 4 deletions

2
ctx.h
View File

@@ -60,7 +60,7 @@ class FunctionEmitContext {
public:
/** Create a new FunctionEmitContext.
@param function The Function object representing the function
@param sym Symbol that corresponds to the function
@param funSym Symbol that corresponds to the function
@param llvmFunction LLVM function in the current module that corresponds
to the function
@param firstStmtPos Source file position of the first statement in the