Messing with doxygen.

This commit is contained in:
bkaradzic 2013-05-05 10:47:30 -07:00
parent ec7154a214
commit f3b4852160
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
bgfx
bgfx {#mainpage}
====
https://github.com/bkaradzic/bgfx

View file

@ -102,6 +102,7 @@ rebuild-shaders:
make -R -C examples rebuild
docs:
doxygen premake/bgfx.doxygen
markdown README.md > .build/docs/readme.html
clean:

View file

@ -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