A bunch of doxygen fixes

This commit is contained in:
caheckman 2021-01-27 12:03:48 -05:00
parent 8d2b737a72
commit 5d7a7c5291
27 changed files with 514 additions and 195 deletions

View file

@ -199,9 +199,9 @@ void PrintC::pushSymbolScope(const Symbol *symbol)
}
}
/// Emit the elements of the given function's namespace path that distinguish it within
/// Emit the elements of the given symbol's namespace path that distinguish it within
/// the current scope.
/// \param fd is the given function
/// \param symbol is the given Symbol
void PrintC::emitSymbolScope(const Symbol *symbol)
{