Skip to content

Commit 13f4081

Browse files
committedDec 18, 2015
Remove .cpp files from doxymentation
Remove .cpp files from the doxymentation. They are not considered to be part of the public API, so no reason to scan them for symbols which are not exported anyway.
1 parent b855b0f commit 13f4081

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎cmake_templates/Doxyfile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ INPUT_ENCODING = UTF-8
623623
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
624624

625625
FILE_PATTERNS = *.h \
626-
*.cpp \
627626
*.dox
628627

629628
# The RECURSIVE tag can be used to turn specify whether or not subdirectories

‎tests/src/python/test_qgsdoccoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# DON'T RAISE THIS THRESHOLD!!!
2828
# (changes which lower this threshold are welcomed though!)
2929

30-
ACCEPTABLE_MISSING_DOCS = 3839
30+
ACCEPTABLE_MISSING_DOCS = 3827
3131

3232

3333
class TestQgsDocCoverage(TestCase):

‎tests/src/python/test_qgssipcoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# DON'T RAISE THIS THRESHOLD!!!
3838
# (changes which lower this threshold are welcomed though!)
3939

40-
ACCEPTABLE_MISSING_CLASSES = 80
40+
ACCEPTABLE_MISSING_CLASSES = 69
4141
ACCEPTABLE_MISSING_MEMBERS = 264
4242

4343

0 commit comments

Comments
 (0)
Please sign in to comment.