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
|
|
@ -9,7 +9,7 @@ The API Reference for ::ARC_Bool can be found here: arc/std/bool.h
|
|||
# Basic Example
|
||||
|
||||
```c
|
||||
#include <arc/std/bool.h>
|
||||
#include <archeus.h>
|
||||
|
||||
ARC_Bool example = ARC_True;
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ if(example == ARC_True){
|
|||
#define ARC_True 1
|
||||
#define ARC_False 0
|
||||
|
||||
#include <arc/std/bool.h>
|
||||
#include <archeus.h>
|
||||
|
||||
ARC_Bool example = ARC_False;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue