mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Messing with doxygen.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user