Skip to content

Commit 9c1861a

Browse files
committedApr 2, 2017
some docstrings in cpp files
1 parent 59e288c commit 9c1861a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/editorwidgets/core/qgseditorwidgetautoconf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Widget auto conf plugin that guesses what widget type to use in function of what the widgets support.
2121
*
2222
* @note not available in Python bindings
23-
* @note added in QGIS 3.0
23+
* \since QGIS 3.0
2424
*/
2525
class FromFactoriesPlugin: public QgsEditorWidgetAutoConfPlugin
2626
{
@@ -57,7 +57,7 @@ class FromFactoriesPlugin: public QgsEditorWidgetAutoConfPlugin
5757
* Widget auto conf plugin that reads the widget setup to use from what the data provider says.
5858
*
5959
* @note not available in Python bindings
60-
* @note added in QGIS 3.0
60+
* \since QGIS 3.0
6161
*/
6262
class FromDbTablePlugin: public QgsEditorWidgetAutoConfPlugin
6363
{

0 commit comments

Comments
 (0)
Please sign in to comment.