Skip to content

Commit

Permalink
Remove reference to renamed QgsAdvancedDigitizingDock in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 authored and m-kuhn committed Jun 7, 2016
1 parent 773d613 commit e4a1b3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsadvanceddigitizingcanvasitem.sip
@@ -1,5 +1,5 @@
/**
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDock) on the map canvas.
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDockWidget) on the map canvas.
*/

class QgsAdvancedDigitizingCanvasItem : QgsMapCanvasItem
Expand Down
4 changes: 2 additions & 2 deletions python/gui/qgsadvanceddigitizingdockwidget.sip
@@ -1,5 +1,5 @@
/***************************************************************************
qgsadvanceddigitizingdock.h - dock for CAD tools
qgsadvanceddigitizingdockwidget.h - dock for CAD tools
----------------------
begin : October 2014
copyright : (C) Denis Rouzaud
Expand All @@ -15,7 +15,7 @@


/**
* @brief The QgsAdvancedDigitizingDock class is a dockable widget
* @brief The QgsAdvancedDigitizingDockWidget class is a dockable widget
* used to handle the CAD tools on top of a selection of map tools.
* It handles both the UI and the constraints. Constraints are applied
* by implemeting filters called from QgsMapToolAdvancedDigitizing.
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsadvanceddigitizingcanvasitem.h
Expand Up @@ -23,7 +23,7 @@
class QgsAdvancedDigitizingDockWidget;

/**
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDock) on the map canvas.
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDockWidget) on the map canvas.
*/
class GUI_EXPORT QgsAdvancedDigitizingCanvasItem : public QgsMapCanvasItem
{
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgsadvanceddigitizingdockwidget.h
@@ -1,5 +1,5 @@
/***************************************************************************
qgsadvanceddigitizingdock.h - dock for CAD tools
qgsadvanceddigitizingdockwidget.h - dock for CAD tools
----------------------
begin : October 2014
copyright : (C) Denis Rouzaud
Expand Down Expand Up @@ -36,7 +36,7 @@ static const double SoftConstraintTolerancePixel = 15;
static const double SoftConstraintToleranceDegrees = 10;

/**
* @brief The QgsAdvancedDigitizingDock class is a dockable widget
* @brief The QgsAdvancedDigitizingDockWidget class is a dockable widget
* used to handle the CAD tools on top of a selection of map tools.
* It handles both the UI and the constraints. Constraints are applied
* by implemeting filters called from QgsMapToolAdvancedDigitizing.
Expand Down

0 comments on commit e4a1b3f

Please sign in to comment.