[libgee/0.6] Read fix bold text valadoc markup
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee/0.6] Read fix bold text valadoc markup
- Date: Wed, 16 Feb 2011 17:47:45 +0000 (UTC)
commit 35c40b1873064c744fab646fbe8df6b12ba2c621
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date: Wed Feb 16 16:06:55 2011 +0000
Read fix bold text valadoc markup
gee/deque.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gee/deque.vala b/gee/deque.vala
index c864a8c..ad5d50e 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]