Explorar o código

Messing with doxygen.

bkaradzic %!s(int64=12) %!d(string=hai) anos
pai
achega
f3b4852160
Modificáronse 3 ficheiros con 3 adicións e 2 borrados
  1. 1 1
      README.md
  2. 1 0
      makefile
  3. 1 1
      premake/bgfx.doxygen

+ 1 - 1
README.md

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

+ 1 - 0
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:

+ 1 - 1
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