mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
A bunch of doxygen fixes
This commit is contained in:
parent
8d2b737a72
commit
5d7a7c5291
27 changed files with 514 additions and 195 deletions
|
@ -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)
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue