diff --git a/README.md b/README.md index ac3c94901..3621b1903 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -bgfx +bgfx {#mainpage} ==== https://github.com/bkaradzic/bgfx diff --git a/makefile b/makefile index 1d1ae251e..e852410f5 100755 --- a/makefile +++ b/makefile @@ -102,6 +102,7 @@ rebuild-shaders: make -R -C examples rebuild docs: + doxygen premake/bgfx.doxygen markdown README.md > .build/docs/readme.html clean: diff --git a/premake/bgfx.doxygen b/premake/bgfx.doxygen index c3c90a797..a78861fdb 100644 --- a/premake/bgfx.doxygen +++ b/premake/bgfx.doxygen @@ -661,7 +661,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/bgfx.h +INPUT = include/bgfx.h README.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is