make checkdiff does CI documentation checks (#900)

Fixes #744
This commit is contained in:
Rangi
2021-06-24 17:49:08 -04:00
committed by GitHub
parent 9868a01163
commit 6d2db2ef64
4 changed files with 104 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ struct Expression {
uint8_t *rpn; // Array of bytes serializing the RPN expression
uint32_t rpnCapacity; // Size of the `rpn` buffer
uint32_t rpnLength; // Used size of the `rpn` buffer
uint32_t rpnPatchSize; // Size the expression will take in the obj file
uint32_t rpnPatchSize; // Size the expression will take in the object file
};
/*