diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index c859920..2d63130 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -21,14 +21,10 @@ jobs: run: | cd doc doxygen - cp search.js html/search/search.js - echo "" >> html/search.html - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4 if: contains(github.ref,'refs/heads/master') with: branch: gh-pages - folder: docs + folder: doc/html clean: false \ No newline at end of file diff --git a/doc/luaCamera.cpp b/doc/luaCamera.cpp index 9483be4..a81cc95 100644 --- a/doc/luaCamera.cpp +++ b/doc/luaCamera.cpp @@ -486,7 +486,7 @@ class Camera { * * @param mode - Mode to set. */ - void setNightmode(CameraNightmode value); + void setNightmode(CameraNightmode mode); /** * Get current camera nightmode mode. diff --git a/doc/luaGraphics.cpp b/doc/luaGraphics.cpp index f733491..bb3bd40 100644 --- a/doc/luaGraphics.cpp +++ b/doc/luaGraphics.cpp @@ -154,7 +154,7 @@ class Graphics { * @param rad - Radius size of the circle. * @param color - A valid color (See ::Color). */ - void fillCircle(number x1, number y1, number rad, int color); + void fillCircle(number x, number y, number rad, int color); /** * Create an empty image.