|
@@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
|
|
|
# identify the project. Note that if you do not use Doxywizard you need
|
|
|
# to put quotes around the project name if it contains spaces.
|
|
|
|
|
|
-PROJECT_NAME = "GRASS 7 Programmer's Manual"
|
|
|
+PROJECT_NAME = "GRASS GIS 7 Programmer's Manual"
|
|
|
|
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
|
|
# This could be handy for archiving the generated documentation or
|
|
@@ -193,7 +193,7 @@ TAB_SIZE = 8
|
|
|
# will result in a user-defined paragraph with heading "Side Effects:".
|
|
|
# You can put \n's in the value part of an alias to insert newlines.
|
|
|
|
|
|
-ALIASES += gmod{1}="<a href='http://grass.osgeo.org/grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@/manuals/html@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@_user/\1.html'><tt>\1</tt></a>"
|
|
|
+ALIASES += gmod{1}="<a href='http://grass.osgeo.org/grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@/manuals/\1.html'><tt>\1</tt></a>"
|
|
|
|
|
|
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
|
|
# A mapping has the form "name=value". For example adding
|