Skip to content

Commit fcacb0d

Browse files
committedApr 2, 2018
doxygen fixes
1 parent ca4bfb1 commit fcacb0d

File tree

76 files changed

+319
-252
lines changed

Some content is hidden

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

76 files changed

+319
-252
lines changed
 

‎doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ IF(WITH_APIDOC)
6060
${CMAKE_SOURCE_DIR}/src/core/diagram
6161
${CMAKE_SOURCE_DIR}/src/core/dxf
6262
${CMAKE_SOURCE_DIR}/src/core/effects
63-
${CMAKE_SOURCE_DIR}/src/core/expressions
63+
${CMAKE_SOURCE_DIR}/src/core/expression
6464
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
6565
${CMAKE_SOURCE_DIR}/src/core/geometry
6666
${CMAKE_SOURCE_DIR}/src/core/geocms

‎python/core/expression/qgsexpression.sip.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ Returns the help text for a specified function.
485485
Returns the help text for a specified variable.
486486

487487
:param variableName: name of variable
488-
:param showValue: set to true to include current value of variable in help text
489-
:param value: current value of variable to show in help text
490488

491489
.. seealso:: :py:func:`helpText`
492490

0 commit comments

Comments
 (0)