From 1a162b4b6ece664cde5ddc4c59b4fe4dce2b692f Mon Sep 17 00:00:00 2001 From: Ben Bleything Date: Mon, 11 Sep 2006 02:20:07 +0000 Subject: add back the rdoc start/stop modifiers so the rdoc output isn't hosed --- lib/plist/generator.rb | 4 ++-- lib/plist/parser.rb | 4 ++-- 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 and # # Patrick May # # # # 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 and # # Patrick May # # # # Distributed under the MIT license. # ############################################################## -# +#++ # Plist parses Mac OS X xml property list files into ruby data structures. # # === Load a plist file -- cgit v1.2.1