[Lemon-commits] [lemon_svn] zsuzska: r1704 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:06 CET 2006
Author: zsuzska
Date: Wed Mar 30 14:08:15 2005
New Revision: 1704
Modified:
hugo/trunk/src/lemon/error.h
hugo/trunk/src/lemon/kruskal.h
hugo/trunk/src/lemon/smart_graph.h
Log:
some small corrections in docs
Modified: hugo/trunk/src/lemon/error.h
==============================================================================
--- hugo/trunk/src/lemon/error.h (original)
+++ hugo/trunk/src/lemon/error.h Wed Mar 30 14:08:15 2005
@@ -513,7 +513,7 @@
* include file.
*
* \todo __PRETTY_FUNCTION__ should be replaced by something
- * compiler-independant, like BOOST_CURRENT_FUNCTION
+ * compiler-independent, like BOOST_CURRENT_FUNCTION
*/
# define LEMON_ASSERT(exp, msg) \
@@ -531,7 +531,7 @@
* modules under development.
*
* \todo __PRETTY_FUNCTION__ should be replaced by something
- * compiler-independant, like BOOST_CURRENT_FUNCTION
+ * compiler-independent, like BOOST_CURRENT_FUNCTION
*/
# define LEMON_FIXME(msg) \
Modified: hugo/trunk/src/lemon/kruskal.h
==============================================================================
--- hugo/trunk/src/lemon/kruskal.h (original)
+++ hugo/trunk/src/lemon/kruskal.h Wed Mar 30 14:08:15 2005
@@ -131,9 +131,9 @@
/* ** ** Input-objects ** ** */
- /// Kruskal input source.
+ /// Kruskal's input source.
- /// Kruskal input source.
+ /// Kruskal's input source.
///
/// In most cases you possibly want to use the \ref kruskalEdgeMap() instead.
///
@@ -182,7 +182,7 @@
/// Creates a KruskalMapInput object for \ref kruskal()
- /// It makes is easier to use
+ /// It makes easier to use
/// \ref KruskalMapInput by making it unnecessary
/// to explicitly give the type of the parameters.
///
Modified: hugo/trunk/src/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/src/lemon/smart_graph.h (original)
+++ hugo/trunk/src/lemon/smart_graph.h Wed Mar 30 14:08:15 2005
@@ -302,9 +302,9 @@
unsigned int node_num;
unsigned int edge_num;
public:
- ///Default constructur.
+ ///Default constructor.
- ///Default constructur.
+ ///Default constructor.
///To actually make a snapshot you must call save().
///
SnapShot() : g(0) {}
More information about the Lemon-commits
mailing list