Add -doc-format command for the new .odin-doc file format (to be used to generate documentation tools)

This commit is contained in:
gingerBill
2021-04-18 18:33:15 +01:00
parent 8827818b1d
commit 2f1c896290
9 changed files with 1551 additions and 19 deletions

View File

@@ -195,7 +195,6 @@ struct TypeProc {
Type * results; // Type_Tuple
i32 param_count;
i32 result_count;
u64 tags;
isize specialization_count;
ProcCallingConvention calling_convention;
i32 variadic_index;