Config files for claude and codex
This commit is contained in:
@@ -6,17 +6,17 @@ class WingManual
|
||||
public:
|
||||
enum class Section
|
||||
{
|
||||
All,
|
||||
HandlerHelp,
|
||||
Paths,
|
||||
Types,
|
||||
ParameterLists,
|
||||
VariableDeclarations,
|
||||
EscapeSequences,
|
||||
Whitespace,
|
||||
MaterialEditing,
|
||||
ImportantCommands,
|
||||
};
|
||||
|
||||
static TSet<Section> AllSections();
|
||||
static void PrintHandlerPrototype(UClass *Handler);
|
||||
static void PrintHandlerArguments(UClass *Handler);
|
||||
static void PrintHandlerDescription(UClass *Handler);
|
||||
|
||||
Reference in New Issue
Block a user