Documentation: Cleanup
Doxygen docu is now build in ${PROJECT_BINARY_DIR}/doc.
(and other small changes.)
Change-Id: I3fef910307e104f120c4f770526c800cfd01a41f
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
|
||||
namespace fail {
|
||||
|
||||
//! Inform about failed disassembly
|
||||
struct DISASSEMBLER {
|
||||
//! Inform about failed disassembly
|
||||
static const std::string FAILED;
|
||||
};
|
||||
|
||||
@ -40,7 +40,7 @@ namespace fail {
|
||||
/**
|
||||
* Get disassembler instruction
|
||||
* @param address The instruction address
|
||||
* @return The according disassembled instruction if found, else DISASSEMBLER:FAILED
|
||||
* @return The according disassembled instruction if found, else DISASSEMBLER::FAILED
|
||||
*/
|
||||
const Instruction & disassemble(address_t address) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user