Re: [Mesa-dev] [PATCH 0/2] doxygen: Properly handle doxygen_sqlite3.db output file

2015-07-11 Thread Emil Velikov
On 27 June 2015 at 04:14, Rhys Kidd wrote: > A simple patch set for my first proposed Mesa contribution. > > Modern doxygen uses a SQLite intermediate output file when producing > documentation from source code. Mesa's Makefile and .gitignore in doxygen/ > could better handle this output file, whi

[Mesa-dev] [PATCH 0/2] doxygen: Properly handle doxygen_sqlite3.db output file

2015-06-26 Thread Rhys Kidd
A simple patch set for my first proposed Mesa contribution. Modern doxygen uses a SQLite intermediate output file when producing documentation from source code. Mesa's Makefile and .gitignore in doxygen/ could better handle this output file, which these two patches address. Rhys Kidd (2): doxyg