Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add RoadGraphPlugin doxyfile. Fix doxygen warnings.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15083 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
stopa85 committed Jan 26, 2011
1 parent 46ceae5 commit 3ca7d86
Show file tree
Hide file tree
Showing 9 changed files with 1,654 additions and 12 deletions.
1,645 changes: 1,645 additions & 0 deletions src/plugins/roadgraph/Doxyfile

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/plugins/roadgraph/graphbuilder.h
Expand Up @@ -27,8 +27,7 @@

/**
* \class RgGraphDirector
* \brief Determine making the graph
* contained the settings
* \brief Determine making the graph, contained the settings
*/
class RgGraphBuilder
{
Expand Down Expand Up @@ -59,7 +58,7 @@ class RgGraphBuilder
/**
* tie point
* @param pt maps point
* @param pt ok = false if tiePoint failed.
* @param ok ok = false if tiePoint failed.
* @return Graph vertex corresponding pt.
* @note: graph can be modified
*/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/linevectorlayerdirector.cpp
Expand Up @@ -10,7 +10,7 @@
***************************************************************************/

/**
* \file linevectorlayersettins.cpp
* \file linevectorlayerdirector.cpp
* \brief implementation of RgLineVectorLayerDirector
*/

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/linevectorlayersettings.cpp
Expand Up @@ -10,7 +10,7 @@
***************************************************************************/

/**
* \file linevectorlayersettins.cpp
* \file linevectorlayersettings.cpp
* \brief implementation of RgLineVectorLayerSettings
*/

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/roadgraphplugin.cpp
Expand Up @@ -62,7 +62,7 @@ static const QgisPlugin::PLUGINTYPE sPluginType = QgisPlugin::UI;
/**
* Constructor for the plugin. The plugin is passed a pointer
* an interface object that provides access to exposed functions in QGIS.
* @param theQGisInterface - Pointer to the QGIS interface object
* @param theQgisInterface - Pointer to the QGIS interface object
*/
RoadGraphPlugin::RoadGraphPlugin( QgisInterface * theQgisInterface ):
QgisPlugin( sName, sDescription, sPluginVersion, sPluginType ),
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/roadgraph/roadgraphplugin.h
Expand Up @@ -45,9 +45,9 @@ class RoadGraphPlugin: public QObject, public QgisPlugin
/**
* Constructor for a plugin. The QgisInterface pointer is passed by
* QGIS when it attempts to instantiate the plugin.
* @param theInterface Pointer to the QgisInterface object.
* @param theQgisInterface Pointer to the QgisInterface object.
*/
RoadGraphPlugin( QgisInterface * theInterface );
RoadGraphPlugin( QgisInterface * theQgisInterface );
//! Destructor
virtual ~RoadGraphPlugin();
/**
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/roadgraph/shortestpathwidget.cpp
Expand Up @@ -11,7 +11,7 @@
***************************************************************************/

/**
* \file shortestpahtwidget.cpp
* \file shortestpathwidget.cpp
* \brief implemetation UI for find shotest path
*/

Expand Down
3 changes: 1 addition & 2 deletions src/plugins/roadgraph/simplegraphbuilder.h
Expand Up @@ -28,8 +28,7 @@ class QgsCoordinateTransform;

/**
* \class RgSimpleGraphBuilder
* \brief This class making the simple graph for visualisation
* contained the settings
* \brief This class making the simple graph
*/

class RgSimpleGraphBuilder : public RgGraphBuilder
Expand Down
1 change: 0 additions & 1 deletion src/plugins/roadgraph/utils.h
Expand Up @@ -29,7 +29,6 @@
*/

/**
* \function infinity()
* \brief return big const double value
*/
double infinity();
Expand Down

0 comments on commit 3ca7d86

Please sign in to comment.