Skip to content

Commit a33bd7e

Browse files
author
stopa85
committed
add RoadGraphPlugin doxyfile. Fix doxygen warnings.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15083 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 630f434 commit a33bd7e

9 files changed

+1654
-12
lines changed

src/plugins/roadgraph/Doxyfile

Lines changed: 1645 additions & 0 deletions
Large diffs are not rendered by default.

src/plugins/roadgraph/graphbuilder.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
/**
2929
* \class RgGraphDirector
30-
* \brief Determine making the graph
31-
* contained the settings
30+
* \brief Determine making the graph, contained the settings
3231
*/
3332
class RgGraphBuilder
3433
{
@@ -59,7 +58,7 @@ class RgGraphBuilder
5958
/**
6059
* tie point
6160
* @param pt maps point
62-
* @param pt ok = false if tiePoint failed.
61+
* @param ok ok = false if tiePoint failed.
6362
* @return Graph vertex corresponding pt.
6463
* @note: graph can be modified
6564
*/

src/plugins/roadgraph/linevectorlayerdirector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
***************************************************************************/
1111

1212
/**
13-
* \file linevectorlayersettins.cpp
13+
* \file linevectorlayerdirector.cpp
1414
* \brief implementation of RgLineVectorLayerDirector
1515
*/
1616

src/plugins/roadgraph/linevectorlayersettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
***************************************************************************/
1111

1212
/**
13-
* \file linevectorlayersettins.cpp
13+
* \file linevectorlayersettings.cpp
1414
* \brief implementation of RgLineVectorLayerSettings
1515
*/
1616

src/plugins/roadgraph/roadgraphplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const QgisPlugin::PLUGINTYPE sPluginType = QgisPlugin::UI;
6262
/**
6363
* Constructor for the plugin. The plugin is passed a pointer
6464
* an interface object that provides access to exposed functions in QGIS.
65-
* @param theQGisInterface - Pointer to the QGIS interface object
65+
* @param theQgisInterface - Pointer to the QGIS interface object
6666
*/
6767
RoadGraphPlugin::RoadGraphPlugin( QgisInterface * theQgisInterface ):
6868
QgisPlugin( sName, sDescription, sPluginVersion, sPluginType ),

src/plugins/roadgraph/roadgraphplugin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class RoadGraphPlugin: public QObject, public QgisPlugin
4545
/**
4646
* Constructor for a plugin. The QgisInterface pointer is passed by
4747
* QGIS when it attempts to instantiate the plugin.
48-
* @param theInterface Pointer to the QgisInterface object.
48+
* @param theQgisInterface Pointer to the QgisInterface object.
4949
*/
50-
RoadGraphPlugin( QgisInterface * theInterface );
50+
RoadGraphPlugin( QgisInterface * theQgisInterface );
5151
//! Destructor
5252
virtual ~RoadGraphPlugin();
5353
/**

src/plugins/roadgraph/shortestpathwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
***************************************************************************/
1212

1313
/**
14-
* \file shortestpahtwidget.cpp
14+
* \file shortestpathwidget.cpp
1515
* \brief implemetation UI for find shotest path
1616
*/
1717

src/plugins/roadgraph/simplegraphbuilder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class QgsCoordinateTransform;
2828

2929
/**
3030
* \class RgSimpleGraphBuilder
31-
* \brief This class making the simple graph for visualisation
32-
* contained the settings
31+
* \brief This class making the simple graph
3332
*/
3433

3534
class RgSimpleGraphBuilder : public RgGraphBuilder

src/plugins/roadgraph/utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*/
3030

3131
/**
32-
* \function infinity()
3332
* \brief return big const double value
3433
*/
3534
double infinity();

0 commit comments

Comments
 (0)