[libgee/0.6] Fix bold text valadoc markup (replace ++ by ")



commit e7242b9a0ee26bfa25dc647e4f70317ab95c8c85
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Sat Feb 12 01:47:47 2011 +0000

    Fix bold text valadoc markup (replace ++ by ")

 gee/deque.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gee/deque.vala b/gee/deque.vala
index 12acae1..953e085 100644
--- a/gee/deque.vala
+++ b/gee/deque.vala
@@ -32,7 +32,7 @@
  * The Deque interface inherits from the { link Queue} interface. Thus, to use
  * a deque as a queue, you can equivalently use the folowing method set:
  *
- * ||<)(> ++Queue method++ ||<)(>  ++Deque method++ ||
+ * ||<)(> "Queue method" ||<)(>  "Deque method" ||
  * || { link Queue.offer}  || { link offer_tail}    ||
  * || { link Queue.peek}   || { link peek_head}     ||
  * || { link Queue.poll}   || { link poll_head}     ||
@@ -41,7 +41,7 @@
  * To use a deque as a stack, just use the method set that acts at the head of
  * the deque:
  *
- * ||<)(> ++Operation++ ||<)(>  ++Deque method++ ||
+ * ||<)(> "Operation" ||<)(>  "Deque method" ||
  * || push an element   || { link offer_head}    ||
  * || peek an element   || { link peek_head}     ||
  * || pop an element    || { link poll_head}     ||



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]