mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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.
This commit is contained in:
parent
b855b0f7b3
commit
13f4081d07
@ -623,7 +623,6 @@ INPUT_ENCODING = UTF-8
|
||||
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
||||
|
||||
FILE_PATTERNS = *.h \
|
||||
*.cpp \
|
||||
*.dox
|
||||
|
||||
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
||||
|
@ -27,7 +27,7 @@ from PyQt4.QtCore import qDebug
|
||||
# DON'T RAISE THIS THRESHOLD!!!
|
||||
# (changes which lower this threshold are welcomed though!)
|
||||
|
||||
ACCEPTABLE_MISSING_DOCS = 3839
|
||||
ACCEPTABLE_MISSING_DOCS = 3827
|
||||
|
||||
|
||||
class TestQgsDocCoverage(TestCase):
|
||||
|
@ -37,7 +37,7 @@ except:
|
||||
# DON'T RAISE THIS THRESHOLD!!!
|
||||
# (changes which lower this threshold are welcomed though!)
|
||||
|
||||
ACCEPTABLE_MISSING_CLASSES = 80
|
||||
ACCEPTABLE_MISSING_CLASSES = 69
|
||||
ACCEPTABLE_MISSING_MEMBERS = 264
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user