Experimented with markdown index

This commit is contained in:
Leonetienne 2021-06-04 15:52:43 +02:00
parent fc6837215b
commit 2a9a2002f9

View File

@ -38,12 +38,14 @@ args.SetCrashOnFail(false);
1. [Contributing](#contributing) 1. [Contributing](#contributing)
1. [LICENSE](#license) 1. [LICENSE](#license)
<span id="importing-into-a-project"></span>
## Importing into a project ## Importing into a project
> How do i actually import this into my existing project? > How do i actually import this into my existing project?
Super easily! Just grab the latest files (2) from [/INCLUDE](https://github.com/Leonetienne/Hazelnupp/tree/master/INCLUDE) and put them into your project! Super easily! Just grab the latest files (2) from [/INCLUDE](https://github.com/Leonetienne/Hazelnupp/tree/master/INCLUDE) and put them into your project!
You may have to add the .cpp to your compile list, but most IDEs should do this automatically. You may have to add the .cpp to your compile list, but most IDEs should do this automatically.
<span id="whats-the-concept"></span>
## What's the concept? ## What's the concept?
The concept is that each parameter must be one of five types. These are: The concept is that each parameter must be one of five types. These are:
* Void * Void
@ -344,6 +346,7 @@ Any code added must match the existing style!
* Do `using namespace Hazelnp` in cpp files. Don't do `Hazelnp::` if possible * Do `using namespace Hazelnp` in cpp files. Don't do `Hazelnp::` if possible
* Files outside the project (like STL) have to be included with `#include <>`. Not `""` * Files outside the project (like STL) have to be included with `#include <>`. Not `""`
<span id="license"></span>
## LICENSE ## LICENSE
``` ```
Copyright (c) 2021, Leon Etienne Copyright (c) 2021, Leon Etienne