[libgee] Fix bold text valadoc markup (replace ++ by ")
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Fix bold text valadoc markup (replace ++ by ")
- Date: Sat, 12 Feb 2011 01:47:53 +0000 (UTC)
commit 15be04d3cfccb7884b1d4ebf514cc08ceb55f093
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]