mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-06 12:24:23 -04:00
Messing with doxygen.
This commit is contained in:
parent
ec7154a214
commit
f3b4852160
3 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
bgfx
|
||||
bgfx {#mainpage}
|
||||
====
|
||||
|
||||
https://github.com/bkaradzic/bgfx
|
||||
|
|
1
makefile
1
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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue