summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bleything <ben@bleything.net>2006-09-11 02:20:07 +0000
committerBen Bleything <ben@bleything.net>2006-09-11 02:20:07 +0000
commit1a162b4b6ece664cde5ddc4c59b4fe4dce2b692f (patch)
tree4ae25b80c1945495ef9e07d164c113e16db80625
parentaafdccf8bccd40639599ae5298a62cfc816f40fe (diff)
downloadplist-1a162b4b6ece664cde5ddc4c59b4fe4dce2b692f.tar.gz
add back the rdoc start/stop modifiers so the rdoc output isn't hosed
-rw-r--r--lib/plist/generator.rb4
-rw-r--r--lib/plist/parser.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/plist/generator.rb b/lib/plist/generator.rb
index 255449e..a1bb367 100644
--- a/lib/plist/generator.rb
+++ b/lib/plist/generator.rb
@@ -1,10 +1,10 @@
-##############################################################
+#--###########################################################
# Copyright 2006, Ben Bleything <ben@bleything.net> and #
# Patrick May <patrick@hexane.org> #
# #
# Distributed under the MIT license. #
##############################################################
-
+#++
# === Save a plist
# You can turn the variables back into a plist string:
#
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index ae2728d..81d8b88 100644
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -1,10 +1,10 @@
-##############################################################
+#--###########################################################
# Copyright 2006, Ben Bleything <ben@bleything.net> and #
# Patrick May <patrick@hexane.org> #
# #
# Distributed under the MIT license. #
##############################################################
-#
+#++
# Plist parses Mac OS X xml property list files into ruby data structures.
#
# === Load a plist file