lexer added to documentation, and fixed alignment of some imports
This commit is contained in:
parent
a9a26ec122
commit
acde9dfe3c
17 changed files with 88 additions and 30 deletions
|
|
@ -13,7 +13,7 @@ When throwing errors, ::arc_errno should usually be set to an ARC_ERRNO_ define
|
|||
# Basic Example
|
||||
|
||||
```c
|
||||
#include <arc/std/errno.h>
|
||||
#include <archeus.h>
|
||||
|
||||
void ARC_Example_ThrowNullError(){
|
||||
uint32_t *exampleNumber = NULL;
|
||||
|
|
@ -35,8 +35,7 @@ Sometimes the error will have data that could be helpful when debugging, so ther
|
|||
# Example With Variables
|
||||
|
||||
```c
|
||||
#include <arc/std/errno.h>
|
||||
#include <arc/std/string.h>
|
||||
#include <archeus.h>
|
||||
|
||||
void ARC_Example_ThrowPathError(ARC_String *path){
|
||||
ARC_String *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue