gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Minor doc fixes. Replaced \c by \ref and \ref by \c to work properly and to be uniform.
0 1 0
default
1 file changed with 37 insertions and 36 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -160,3 +160,3 @@
160 160

	
161
  ///Map based on std::map
161
  ///Map based on \c std::map
162 162

	
... ...
@@ -244,5 +244,5 @@
244 244
  
245
  ///Returns a \ref StdMap class
245
  ///Returns a \c StdMap class
246 246

	
247
  ///This function just returns a \ref StdMap class with specified 
247
  ///This function just returns a \c StdMap class with specified 
248 248
  ///default value.
... ...
@@ -254,5 +254,5 @@
254 254

	
255
  ///Returns a \ref StdMap class created from an appropriate std::map
255
  ///Returns a \c StdMap class created from an appropriate std::map
256 256

	
257
  ///This function just returns a \ref StdMap class created from an 
257
  ///This function just returns a \c StdMap class created from an 
258 258
  ///appropriate std::map.
... ...
@@ -341,5 +341,5 @@
341 341
  
342
  ///Returns an \ref IntegerMap class
342
  ///Returns an \c IntegerMap class
343 343

	
344
  ///This function just returns an \ref IntegerMap class.
344
  ///This function just returns an \c IntegerMap class.
345 345
  ///\relates IntegerMap
... ...
@@ -385,3 +385,3 @@
385 385
  ///
386
  ///This \c concepts::ReadMap "read only map"
386
  ///This \ref concepts::ReadMap "read only map"
387 387
  ///converts the \c Value of a map to type \c T.
... ...
@@ -442,5 +442,5 @@
442 442
  
443
  ///Returns a \ref SimpleMap class
443
  ///Returns a \c SimpleMap class
444 444

	
445
  ///This function just returns a \ref SimpleMap class.
445
  ///This function just returns a \c SimpleMap class.
446 446
  ///\relates SimpleMap
... ...
@@ -453,3 +453,3 @@
453 453

	
454
  ///This \ref concepts::WriteMap "write map" returns the simple
454
  ///This \ref concepts::ReadWriteMap "read-write map" returns the simple
455 455
  ///wrapping of the given map. Sometimes the reference maps cannot be
... ...
@@ -478,5 +478,5 @@
478 478

	
479
  ///Returns a \ref SimpleWriteMap class
479
  ///Returns a \c SimpleWriteMap class
480 480

	
481
  ///This function just returns a \ref SimpleWriteMap class.
481
  ///This function just returns a \c SimpleWriteMap class.
482 482
  ///\relates SimpleWriteMap
... ...
@@ -489,3 +489,3 @@
489 489

	
490
  ///This \c concepts::ReadMap "read only map" returns the sum of the two
490
  ///This \ref concepts::ReadMap "read only map" returns the sum of the two
491 491
  ///given maps.
... ...
@@ -522,3 +522,3 @@
522 522

	
523
  ///This \c concepts::ReadMap "read only map" returns the sum of the
523
  ///This \ref concepts::ReadMap "read only map" returns the sum of the
524 524
  ///given map and a constant value.
... ...
@@ -558,3 +558,3 @@
558 558

	
559
  ///This \c concepts::ReadWriteMap "read-write map" returns the sum of the
559
  ///This \ref concepts::ReadWriteMap "read-write map" returns the sum of the
560 560
  ///given map and a constant value. It makes also possible to write the map.
... ...
@@ -604,3 +604,3 @@
604 604

	
605
  ///This \c concepts::ReadMap "read only map" returns the difference
605
  ///This \ref concepts::ReadMap "read only map" returns the difference
606 606
  ///of the values of the two given maps.
... ...
@@ -637,3 +637,3 @@
637 637

	
638
  ///This \c concepts::ReadMap "read only map" returns the product of the
638
  ///This \ref concepts::ReadMap "read only map" returns the product of the
639 639
  ///values of the two given maps.
... ...
@@ -667,3 +667,3 @@
667 667

	
668
  ///This \c concepts::ReadMap "read only map" returns the value of the
668
  ///This \ref concepts::ReadMap "read only map" returns the value of the
669 669
  ///given map multiplied from the left side with a constant value.
... ...
@@ -703,3 +703,3 @@
703 703

	
704
  ///This \c concepts::ReadWriteMap "read-write map" returns the value of the
704
  ///This \ref concepts::ReadWriteMap "read-write map" returns the value of the
705 705
  ///given map multiplied from the left side with a constant value. It can
... ...
@@ -751,3 +751,3 @@
751 751

	
752
  ///This \c concepts::ReadMap "read only map" returns the quotient of the
752
  ///This \ref concepts::ReadMap "read only map" returns the quotient of the
753 753
  ///values of the two given maps.
... ...
@@ -781,3 +781,3 @@
781 781

	
782
  ///This \c concepts::ReadMap "read only map" returns the composition of
782
  ///This \ref concepts::ReadMap "read only map" returns the composition of
783 783
  ///two given maps.
... ...
@@ -832,3 +832,3 @@
832 832
  ///
833
  ///This \c concepts::ReadMap "read only map" takes two maps and a
833
  ///This \ref concepts::ReadMap "read only map" takes two maps and a
834 834
  ///binary functor and returns the composition of the two
... ...
@@ -905,3 +905,3 @@
905 905

	
906
  ///This \c concepts::ReadMap "read only map" returns the negative
906
  ///This \ref concepts::ReadMap "read only map" returns the negative
907 907
  ///value of the value returned by the given map.
... ...
@@ -927,3 +927,3 @@
927 927

	
928
  ///This \c concepts::ReadWriteMap "read-write map" returns the negative
928
  ///This \ref concepts::ReadWriteMap "read-write map" returns the negative
929 929
  ///value of the value returned by the given map.
... ...
@@ -969,3 +969,3 @@
969 969

	
970
  ///This \c concepts::ReadMap "read only map" returns the absolute value
970
  ///This \ref concepts::ReadMap "read only map" returns the absolute value
971 971
  ///of the value returned by the given map.
... ...
@@ -1003,3 +1003,3 @@
1003 1003

	
1004
  ///This \c concepts::ReadMap "read only map" returns the value
1004
  ///This \ref concepts::ReadMap "read only map" returns the value
1005 1005
  ///of a given functor.
... ...
@@ -1061,3 +1061,3 @@
1061 1061
  ///For the sake of convenience it also works as
1062
  ///a ususal \c concepts::ReadMap "readable map",
1062
  ///a ususal \ref concepts::ReadMap "readable map",
1063 1063
  ///i.e. <tt>operator[]</tt> and the \c Key and \c Value typedefs also exist.
... ...
@@ -1095,5 +1095,5 @@
1095 1095

	
1096
  ///This map has two \c concepts::ReadMap "readable map"
1096
  ///This map has two \ref concepts::ReadMap "readable map"
1097 1097
  ///parameters and each read request will be passed just to the
1098
  ///first map. This class is the just readable map type of the ForkWriteMap.
1098
  ///first map. This class is the just readable map type of the \c ForkWriteMap.
1099 1099
  ///
... ...
@@ -1123,5 +1123,5 @@
1123 1123

	
1124
  ///This map has two \c concepts::WriteMap "writable map"
1124
  ///This map has two \ref concepts::WriteMap "writable map"
1125 1125
  ///parameters and each write request will be passed to both of them.
1126
  ///If \c M1 is also \c concepts::ReadMap "readable",
1126
  ///If \c M1 is also \ref concepts::ReadMap "readable",
1127 1127
  ///then the read operations will return the
... ...
@@ -1174,3 +1174,3 @@
1174 1174
  
1175
  ///This bool \c concepts::ReadMap "read only map" returns the 
1175
  ///This bool \ref concepts::ReadMap "read only map" returns the 
1176 1176
  ///logical negation of the value returned by the given map.
... ...
@@ -1195,3 +1195,3 @@
1195 1195
  
1196
  ///This bool \c concepts::ReadWriteMap "read-write map" returns the 
1196
  ///This bool \ref concepts::ReadWriteMap "read-write map" returns the 
1197 1197
  ///logical negation of the value returned by the given map. When it is set,
... ...
@@ -1263,4 +1263,5 @@
1263 1263
  ///
1264
  /// Writable bool map for logging each \c true assigned element, i.e it
1265
  /// copies all the keys set to \c true to the given iterator.
1264
  /// A \ref concepts::ReadWriteMap "read-write" bool map for logging 
1265
  /// each \c true assigned element, i.e it/ copies all the keys set 
1266
  /// to \c true to the given iterator.
1266 1267
  ///
0 comments (0 inline)