split command lister-omission to being either included in ui lists, and included in lower level ipc driving documentation

This commit is contained in:
Ryan Fleury
2024-08-07 15:17:27 -07:00
parent 6a886e096e
commit 6563cb9e2c
5 changed files with 447 additions and 446 deletions
+2 -1
View File
@@ -829,7 +829,8 @@ struct DF_CmdQuery
typedef U32 DF_CmdSpecFlags;
enum
{
DF_CmdSpecFlag_OmitFromLists = (1<<0),
DF_CmdSpecFlag_ListInUI = (1<<0),
DF_CmdSpecFlag_ListInIPCDocs = (1<<1),
};
typedef struct DF_CmdSpecInfo DF_CmdSpecInfo;