gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge
0 2 0
merge default
0 files changed with 24 insertions and 24 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -488,18 +488,18 @@
488 488
@defgroup section_io Section readers and writers
489 489
@ingroup lemon_io
490
\brief Section readers and writers for lemon Input-Output.
490
\brief Section readers and writers for LEMON Input-Output.
491 491

	
492
This group describes section readers and writers that can be attached to
493
\ref LemonReader and \ref LemonWriter.
492
This group describes section reader and writer classes that can be 
493
attached to \ref LemonReader and \ref LemonWriter.
494 494
*/
495 495

	
496 496
/**
497
@defgroup item_io Item Readers and Writers
497
@defgroup item_io Item readers and writers
498 498
@ingroup lemon_io
499
\brief Item readers and writers for lemon Input-Output.
499
\brief Item readers and writers for LEMON Input-Output.
500 500

	
501
The Input-Output classes can handle more data type by example
502
as map or attribute value. Each of these should be written and
503
read some way. The module make possible to do this.  
501
This group describes reader and writer classes for various data types
502
(e.g. map or attribute values). These classes can be attached to
503
\ref LemonReader and \ref LemonWriter.
504 504
*/
505 505

	
Ignore white space 4 line context
... ...
@@ -41,7 +41,7 @@
41 41
  ///as a result of a probably inexact computation.
42 42
  ///
43
  ///This is an abstract class, it should be specialized for all numerical
44
  ///data types. These specialized classes like \ref Tolerance<double>
45
  ///may offer additional tuning parameters.
43
  ///This is an abstract class, it should be specialized for all 
44
  ///numerical data types. These specialized classes like 
45
  ///Tolerance<double> may offer additional tuning parameters.
46 46
  ///
47 47
  ///\sa Tolerance<float>
... ...
@@ -118,5 +118,5 @@
118 118

	
119 119
    ///\name Comparisons
120
    ///See \ref Tolerance for more details.
120
    ///See \ref lemon::Tolerance "Tolerance" for more details.
121 121

	
122 122
    ///@{
... ...
@@ -169,5 +169,5 @@
169 169

	
170 170
    ///\name Comparisons
171
    ///See \ref Tolerance for more details.
171
    ///See \ref lemon::Tolerance "Tolerance" for more details.
172 172

	
173 173
    ///@{
... ...
@@ -220,5 +220,5 @@
220 220

	
221 221
    ///\name Comparisons
222
    ///See \ref Tolerance for more details.
222
    ///See \ref lemon::Tolerance "Tolerance" for more details.
223 223

	
224 224
    ///@{
... ...
@@ -253,5 +253,5 @@
253 253

	
254 254
    ///\name Comparisons
255
    ///See \ref Tolerance for more details.
255
    ///See \ref lemon::Tolerance "Tolerance" for more details.
256 256

	
257 257
    ///@{
... ...
@@ -276,5 +276,5 @@
276 276
  ///Unsigned integer specialization of Tolerance.
277 277

	
278
  ///Unsigned integer specialization of \ref Tolerance.
278
  ///Unsigned integer specialization of Tolerance.
279 279
  ///\sa Tolerance
280 280
  template<>
... ...
@@ -286,5 +286,5 @@
286 286

	
287 287
    ///\name Comparisons
288
    ///See \ref Tolerance for more details.
288
    ///See \ref lemon::Tolerance "Tolerance" for more details.
289 289

	
290 290
    ///@{
... ...
@@ -320,5 +320,5 @@
320 320

	
321 321
    ///\name Comparisons
322
    ///See \ref Tolerance for more details.
322
    ///See \ref lemon::Tolerance "Tolerance" for more details.
323 323

	
324 324
    ///@{
... ...
@@ -343,5 +343,5 @@
343 343
  ///Unsigned long integer specialization of Tolerance.
344 344

	
345
  ///Unsigned long integer specialization of \ref Tolerance.
345
  ///Unsigned long integer specialization of Tolerance.
346 346
  ///\sa Tolerance
347 347
  template<>
... ...
@@ -353,5 +353,5 @@
353 353

	
354 354
    ///\name Comparisons
355
    ///See \ref Tolerance for more details.
355
    ///See \ref lemon::Tolerance "Tolerance" for more details.
356 356

	
357 357
    ///@{
... ...
@@ -378,5 +378,5 @@
378 378
  ///Long long integer specialization of Tolerance.
379 379

	
380
  ///Long long integer specialization of \ref Tolerance.
380
  ///Long long integer specialization of Tolerance.
381 381
  ///\warning This class (more exactly, type <tt>long long</tt>)
382 382
  ///is not ansi compatible.
... ...
@@ -390,5 +390,5 @@
390 390

	
391 391
    ///\name Comparisons
392
    ///See \ref Tolerance for more details.
392
    ///See \ref lemon::Tolerance "Tolerance" for more details.
393 393

	
394 394
    ///@{
... ...
@@ -413,5 +413,5 @@
413 413
  ///Unsigned long long integer specialization of Tolerance.
414 414

	
415
  ///Unsigned long long integer specialization of \ref Tolerance.
415
  ///Unsigned long long integer specialization of Tolerance.
416 416
  ///\warning This class (more exactly, type <tt>unsigned long long</tt>)
417 417
  ///is not ansi compatible.
... ...
@@ -425,5 +425,5 @@
425 425

	
426 426
    ///\name Comparisons
427
    ///See \ref Tolerance for more details.
427
    ///See \ref lemon::Tolerance "Tolerance" for more details.
428 428

	
429 429
    ///@{
0 comments (0 inline)