Feature #1015 ยป 0061-Add-main-page-for-doxygen.patch
| doc/Makefile.am | ||
|---|---|---|
|
docs = \
|
||
|
BUGS \
|
||
|
CodingStyle \
|
||
|
doxygen.md \
|
||
|
FAQ \
|
||
|
HACKING \
|
||
|
INSTALL.Cygwin \
|
||
| doc/doxygen.md | ||
|---|---|---|
|
Freeciv
|
||
|
=======
|
||
|
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||
|
Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
|
||
|
Start source code documentation browsing from [file list](files.html) or [data structures index](classes.html).
|
||
|
Links
|
||
|
=====
|
||
|
Freeciv website: [Freeciv.org](https://www.freeciv.org/)
|
||
|
Submit patches: [redmine.freeciv.org](https://redmine.freeciv.org/projects/freeciv)
|
||
|
Community forum: [forum.freeciv.org](https://forum.freeciv.org/)
|
||
| doc/freeciv.doxygen | ||
|---|---|---|
|
$(doxy_srcdir)server \
|
||
|
$(doxy_srcdir)client \
|
||
|
$(doxy_srcdir)ai \
|
||
|
$(doxy_srcdir)tools
|
||
|
$(doxy_srcdir)tools \
|
||
|
$(doxy_srcdir)doc/doxygen.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. Doxygen uses
|
||
| ... | ... | |
|
# (index.html). This can be useful if you have a project on for instance GitHub
|
||
|
# and want to reuse the introduction page also for the doxygen output.
|
||
|
USE_MDFILE_AS_MAINPAGE =
|
||
|
USE_MDFILE_AS_MAINPAGE = $(doxy_srcdir)doc/doxygen.md
|
||
|
# The Fortran standard specifies that for fixed formatted Fortran code all
|
||
|
# characters from position 72 are to be considered as comment. A common
|
||