Skip to content

Commit

Permalink
Remove @author credits from doxygen
Browse files Browse the repository at this point in the history
Because
- not widely used, seems strange that some authors get credit
while others don't
- already included in copyright header
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent 04d5862 commit 57eb237
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion src/app/pluginmanager/qgspluginmanager.h
Expand Up @@ -41,7 +41,6 @@ const int PLUGMAN_TAB_INVALID = 5;

/*!
* \brief Plugin manager for browsing, (un)installing and (un)loading plugins
@author Gary Sherman
*/
class QgsPluginManager : public QgsOptionsDialogBase, private Ui::QgsPluginManagerBase
{
Expand Down
2 changes: 0 additions & 2 deletions src/app/qgscustomprojectiondialog.h
Expand Up @@ -27,8 +27,6 @@ class QDir;

/**
The custom projection widget is used to define the projection family, ellipsoid and paremters needed by proj4 to assemble a customised projection definition. The resulting projection will be store in an sqlite backend.
@author Tim Sutton
*/
class APP_EXPORT QgsCustomProjectionDialog : public QDialog, private Ui::QgsCustomProjectionDialogBase
{
Expand Down
3 changes: 0 additions & 3 deletions src/app/qgsdecorationgriddialog.h
Expand Up @@ -26,9 +26,6 @@ class QgsDecorationGrid;
class QgsLineSymbol;
class QgsMarkerSymbol;

/**
@author Etienne Tourigny
*/
class APP_EXPORT QgsDecorationGridDialog : public QDialog, private Ui::QgsDecorationGridDialog
{
Q_OBJECT
Expand Down
3 changes: 0 additions & 3 deletions src/app/qgsdecorationscalebardialog.h
Expand Up @@ -18,9 +18,6 @@

class QgsDecorationScaleBar;

/**
@author Peter Brewer
*/
class APP_EXPORT QgsDecorationScaleBarDialog : public QDialog, private Ui::QgsDecorationScaleBarDialog
{
Q_OBJECT
Expand Down
4 changes: 0 additions & 4 deletions src/app/qgsidentifyresultsdialog.h
Expand Up @@ -49,10 +49,6 @@ class QgsEditorWidgetSetup;

class QwtPlotCurve;

/**
*@author Gary E.Sherman
*/

class APP_EXPORT QgsIdentifyResultsWebView : public QgsWebView
{
Q_OBJECT
Expand Down
2 changes: 0 additions & 2 deletions src/app/qgsrasterlayerproperties.h
Expand Up @@ -36,9 +36,7 @@ class QgsRasterRendererWidget;
class QgsRasterHistogramWidget;

/** Property sheet for a raster map layer
*@author Tim Sutton
*/

class APP_EXPORT QgsRasterLayerProperties : public QgsOptionsDialogBase, private Ui::QgsRasterLayerPropertiesBase
{
Q_OBJECT
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsdataprovider.h
Expand Up @@ -34,7 +34,6 @@ class QgsCoordinateReferenceSystem;

/** \ingroup core
* Abstract base class for spatial data provider implementations.
* @author Gary E.Sherman
*
* This object needs to inherit from QObject to enable event
* processing in the Postgres/PostGIS provider (QgsPostgresProvider).
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsfeature.h
Expand Up @@ -57,7 +57,6 @@ typedef qint64 QgsFeatureId;
* The feature class encapsulates a single feature including its id,
* geometry and a list of field/values attributes.
* \note QgsFeature objects are implicitly shared.
* @author Gary E.Sherman
*/
class CORE_EXPORT QgsFeature
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/raster/qgsrasterhistogramwidget.h
Expand Up @@ -35,7 +35,6 @@ typedef QPointF QwtDoublePoint;

/** \ingroup gui
* Histogram widget
*@author Etienne Tourigny
*/

class GUI_EXPORT QgsRasterHistogramWidget : public QgsMapLayerConfigWidget, private Ui::QgsRasterHistogramWidgetBase
Expand Down
1 change: 0 additions & 1 deletion src/plugins/coordinate_capture/coordinatecapturegui.h
Expand Up @@ -16,7 +16,6 @@
#include "qgshelp.h"

/**
@author Tim Sutton
*/
class CoordinateCaptureGui : public QDialog
{
Expand Down
1 change: 0 additions & 1 deletion src/plugins/gps_importer/qgsgpsplugingui.h
Expand Up @@ -29,7 +29,6 @@


/**
@author Tim Sutton
*/
class QgsGPSPluginGui : public QDialog, private Ui::QgsGPSPluginGuiBase
{
Expand Down

0 comments on commit 57eb237

Please sign in to comment.