Skip to content

Commit b08f47d

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 3706786 + 78264a0 commit b08f47d

File tree

1,284 files changed

+16628
-14784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,284 files changed

+16628
-14784
lines changed

Doxyfile

-1,822
This file was deleted.

cmake_templates/Doxyfile.in

+3-36
Original file line numberDiff line numberDiff line change
@@ -283,22 +283,6 @@ SUBGROUPING = YES
283283

284284
TYPEDEF_HIDES_STRUCT = NO
285285

286-
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287-
# determine which symbols to keep in memory and which to flush to disk.
288-
# When the cache is full, less often used symbols will be written to disk.
289-
# For small to medium size projects (<1000 input files) the default value is
290-
# probably good enough. For larger projects a too small cache size can cause
291-
# doxygen to be busy swapping symbols to and from disk most of the time
292-
# causing a significant performance penality.
293-
# If the system has enough physical memory increasing the cache will improve the
294-
# performance by keeping more symbols in memory. Note that the value works on
295-
# a logarithmic scale so increasing the size by one will rougly double the
296-
# memory usage. The cache size is given by this formula:
297-
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
298-
# corresponding to a cache size of 2^16 = 65536 symbols
299-
300-
SYMBOL_CACHE_SIZE = 0
301-
302286
#---------------------------------------------------------------------------
303287
# Build related configuration options
304288
#---------------------------------------------------------------------------
@@ -493,12 +477,6 @@ MAX_INITIALIZER_LINES = 30
493477

494478
SHOW_USED_FILES = YES
495479

496-
# If the sources in your project are distributed over multiple directories
497-
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
498-
# in the documentation. The default is NO.
499-
500-
SHOW_DIRECTORIES = NO
501-
502480
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
503481
# This will remove the Files entry from the Quick Index and from the
504482
# Folder Tree View (if specified). The default is YES.
@@ -868,12 +846,6 @@ HTML_COLORSTYLE_GAMMA = 80
868846

869847
HTML_TIMESTAMP = YES
870848

871-
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
872-
# files or namespaces will be aligned in HTML using tables. If set to
873-
# NO a bullet list will be used.
874-
875-
HTML_ALIGN_MEMBERS = YES
876-
877849
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
878850
# documentation will contain sections that can be hidden and shown after the
879851
# page has loaded. For this to work a browser that supports
@@ -1054,11 +1026,6 @@ ENUM_VALUES_PER_LINE = 4
10541026

10551027
GENERATE_TREEVIEW = NO
10561028

1057-
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1058-
# and Class Hierarchy pages using a tree view instead of an ordered list.
1059-
1060-
USE_INLINE_TREES = NO
1061-
10621029
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
10631030
# used to set the initial width (in pixels) of the frame in which the tree
10641031
# is shown.
@@ -1507,7 +1474,7 @@ DOT_NUM_THREADS = 0
15071474
# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
15081475
# containing the font.
15091476

1510-
DOT_FONTNAME = FreeSans.ttf
1477+
DOT_FONTNAME = FreeSansQGIS.ttf
15111478

15121479
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
15131480
# The default size is 10pt.
@@ -1519,7 +1486,7 @@ DOT_FONTSIZE = 10
15191486
# different font using DOT_FONTNAME you can set the path where dot
15201487
# can find it using this tag.
15211488

1522-
DOT_FONTPATH =
1489+
DOT_FONTPATH = @CMAKE_SOURCE_DIR@/tests/testdata/font
15231490

15241491
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
15251492
# will generate a graph for each documented class showing the direct and
@@ -1618,7 +1585,7 @@ DOTFILE_DIRS =
16181585
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
16191586
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
16201587

1621-
DOT_GRAPH_MAX_NODES = 50
1588+
DOT_GRAPH_MAX_NODES = 150
16221589

16231590
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
16241591
# graphs generated by dot. A depth value of 3 means that only nodes reachable

debian/rules

-5
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,6 @@ install: build
203203
# remove unwanted files
204204
! [ -f debian/tmp/usr/share/qgis/doc/api/installdox ] || rm debian/tmp/usr/share/qgis/doc/api/installdox
205205
! [ -f debian/tmp/usr/share/qgis/doc/api/jquery.js ] || ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/qgis/doc/api/jquery.js
206-
! [ -f debian/tmp/usr/share/qgis/python/plugins/sextante/help/_static/jquery.js ] || ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/qgis/python/plugins/sextante/help/_static/jquery.js
207-
! [ -f debian/tmp/usr/share/qgis/python/helpConsole/js/jquery-1.8.2.min.js ] || ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/qgis/python/helpConsole/js/jquery-1.8.2.min.js
208-
ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid"))
209-
! [ -f debian/tmp/usr/share/qgis/python/plugins/sextante/help/_static/underscore.js ] || ln -sf /usr/share/javascript/underscore/underscore.js debian/tmp/usr/share/qgis/python/plugins/sextante/help/_static/underscore.js
210-
endif
211206

212207
# Install menu pixmap
213208
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/pixmaps

0 commit comments

Comments
 (0)