mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
Fixes to implement generation of markdown auto-generated documentation
This commit is contained in:
parent
ae7aa73dd5
commit
57c695563f
8 changed files with 104 additions and 49 deletions
|
@ -11,6 +11,8 @@
|
|||
#ifndef CMDDATA_H__
|
||||
#define CMDDATA_H__
|
||||
|
||||
command_t * CmdDataCommands();
|
||||
|
||||
int CmdData(const char *Cmd);
|
||||
|
||||
int CmdAmp(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue