renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

17
entries/doxygen.md Normal file
View File

@ -0,0 +1,17 @@
# Doxygen
_Tool for generating documentation from annotated C++ sources._
- Home: http://www.doxygen.nl/, https://web.archive.org/web/20181202085648/http://www.stack.nl/~dimitri/doxygen/ (previously)
- Media: https://en.wikipedia.org/wiki/Doxygen
- State: mature
- Download: http://www.doxygen.nl/download.html
- Keywords: tool, library, source documentation generator
- Code repository: https://github.com/doxygen/doxygen.git
- Code language: C++
- Code license: GPL-2.0
## Building
- Build system: CMake