mirror of https://github.com/encounter/SDL.git
Fixed doxygen warning and markdown formatting.
Three backticks for blocks are not supported by doxygen.
This commit is contained in:
parent
0fbd904af8
commit
60df813042
|
@ -225,10 +225,9 @@ set this up:
|
||||||
source file, such as, "main.cpp".
|
source file, such as, "main.cpp".
|
||||||
6. click on the Add button. This will close the dialog, add the new file to
|
6. click on the Add button. This will close the dialog, add the new file to
|
||||||
your project, and open the file in Visual C++'s text editor.
|
your project, and open the file in Visual C++'s text editor.
|
||||||
7. Copy and paste the following code into the new file (minus the , then save
|
7. Copy and paste the following code into the new file, then save it.
|
||||||
it.
|
|
||||||
|
|
||||||
```
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
@ -259,7 +258,6 @@ int main(int argc, char **argv)
|
||||||
SDL_RenderPresent(renderer);
|
SDL_RenderPresent(renderer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
#### 6.B. Adding code and assets ####
|
#### 6.B. Adding code and assets ####
|
||||||
|
|
Loading…
Reference in New Issue