PLUGINS: Move doxygen to the base class header.

No point in documenting it on every derived class.

svn-id: r52574
This commit is contained in:
Andre Heider 2010-09-05 21:59:29 +00:00
parent a318934e45
commit a4c9de25e6
3 changed files with 8 additions and 14 deletions

View file

@ -30,13 +30,6 @@
#include "common/debug.h"
/**
* Follow the instruction of a relocation section.
*
* @param fileOffset Offset into the File
* @param size Size of relocation section
* @param relSegment Base address of relocated segment in memory (memory offset)
*/
bool ARMDLObject::relocate(Elf32_Off offset, Elf32_Word size, byte *relSegment) {
Elf32_Rel *rel = 0; //relocation entry