diff options
author | Mathias <mathias-github@users.noreply.github.com> | 2016-02-02 22:16:44 +0100 |
---|---|---|
committer | Mathias <mathias-github@users.noreply.github.com> | 2016-02-02 22:16:44 +0100 |
commit | 9460e3b2cdc83870f6e8546701216bf4d38c31c5 (patch) | |
tree | 510becaef1d3d338778e1424eea1175ed813abd2 /Doxyfile | |
parent | Merge pull request #2903 from marvinkopf/FixTabAutoComplete (diff) | |
download | cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar.gz cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar.bz2 cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar.lz cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar.xz cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.tar.zst cuberite-9460e3b2cdc83870f6e8546701216bf4d38c31c5.zip |
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "C++ Minecraft Server" +PROJECT_BRIEF = "A custom Minecraft compatible game server written in C++" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not |