Skip to content

Commit

Permalink
update doxygen 1.8.8. update bin/doc. update binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tran committed Aug 28, 2014
1 parent 515b5c1 commit a3ce3eb
Show file tree
Hide file tree
Showing 637 changed files with 157,455 additions and 18 deletions.
49 changes: 35 additions & 14 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.8.7
# Doxyfile 1.8.8

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
Expand Down Expand Up @@ -690,8 +690,7 @@ LAYOUT_FILE =
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. Do not use file names with spaces, bibtex cannot handle them. See
# also \cite for info how to create references.
# search path. See also \cite for info how to create references.

CITE_BIB_FILES =

Expand Down Expand Up @@ -1140,13 +1139,15 @@ HTML_FOOTER =

HTML_STYLESHEET =

# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
# defined cascading style sheet that is included after the standard style sheets
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefor more robust against future updates.
# Doxygen will copy the style sheet file to the output directory. For an example
# see the documentation.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra stylesheet files is of importance (e.g. the last
# stylesheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET =
Expand Down Expand Up @@ -1684,17 +1685,19 @@ EXTRA_PACKAGES =
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
# replace them by respectively the title of the page, the current date and time,
# only the current date, the version number of doxygen, the project name (see
# PROJECT_NAME), or the project number (see PROJECT_NUMBER).
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,
# for the replacement values of the other commands the user is refered to
# HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_HEADER =

# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer.
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.
Expand All @@ -1718,7 +1721,7 @@ LATEX_EXTRA_FILES =

PDF_HYPERLINKS = YES

# If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES to get a
# higher quality PDF documentation.
# The default value is: YES.
Expand Down Expand Up @@ -1905,6 +1908,15 @@ GENERATE_DOCBOOK = NO

DOCBOOK_OUTPUT = docbook

# If the DOCBOOK_PROGRAMLISTING tag is set to YES doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.

DOCBOOK_PROGRAMLISTING = NO

#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
Expand Down Expand Up @@ -2138,7 +2150,7 @@ HAVE_DOT = NO

DOT_NUM_THREADS = 0

# When you want a differently looking font n the dot files that doxygen
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
Expand Down Expand Up @@ -2319,6 +2331,15 @@ MSCFILE_DIRS =

DIAFILE_DIRS =

# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
# This tag requires that the tag HAVE_DOT is set to YES.

PLANTUML_JAR_PATH =

# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
Expand Down
2 changes: 1 addition & 1 deletion OGR2GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

TEMPLATE = app
INCLUDEPATH += $$PWD/include $$PWD/include/ogr
#DESTDIR += $$PWD/bin
DESTDIR += $$PWD/bin

RC_FILE = res/gdalicon.rc

Expand Down
2 changes: 1 addition & 1 deletion OGR2GUI.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.1.2, 2014-08-25T16:41:07. -->
<!-- Written by QtCreator 3.1.2, 2014-08-28T12:58:31. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down
2 changes: 1 addition & 1 deletion OGR2GUI_test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEMPLATE = app
TARGET = OGR2GUI_test
INCLUDEPATH += $$PWD/include $$PWD/include/ogr $$PWD/include/tests
LIBS += -L$$PWD/lib -lgdal_i
#DESTDIR += $$PWD/bin
DESTDIR += $$PWD/bin

HEADERS += \
include/app.h \
Expand Down
2 changes: 1 addition & 1 deletion OGR2GUI_test.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.1.2, 2014-08-25T16:42:43. -->
<!-- Written by QtCreator 3.1.2, 2014-08-28T12:57:57. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down
Binary file added bin/OGR2GUI.exe
Binary file not shown.
Binary file added bin/OGR2GUI.lib
Binary file not shown.
Binary file added bin/OGR2GUI64.exe
Binary file not shown.
Binary file added bin/OGR2GUI64.lib
Binary file not shown.
Binary file added bin/OGR2GUI_test.exe
Binary file not shown.
Binary file added bin/OGR2GUI_test.lib
Binary file not shown.
Loading

0 comments on commit a3ce3eb

Please sign in to comment.