summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/rels
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-23 21:45:54 +0900
committerRandy Morgan <[email protected]>2011-11-23 21:45:54 +0900
commitc8c63518b4d58ca8875f81602792050cbec318f2 (patch)
tree14f6e2c5286e5509879b6b664205f3ea2f38180c /lib/axlsx/rels
parent2dea87f6f601795e32c7c14fbba5717c4b04fc1e (diff)
downloadcaxlsx-c8c63518b4d58ca8875f81602792050cbec318f2.tar.gz
caxlsx-c8c63518b4d58ca8875f81602792050cbec318f2.zip
Adding image support and some document clean up for .8 release
Diffstat (limited to 'lib/axlsx/rels')
-rw-r--r--lib/axlsx/rels/relationship.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/axlsx/rels/relationship.rb b/lib/axlsx/rels/relationship.rb
index 57b9afc0..a76c0c25 100644
--- a/lib/axlsx/rels/relationship.rb
+++ b/lib/axlsx/rels/relationship.rb
@@ -29,8 +29,7 @@ module Axlsx
def Target=(v) Axlsx::validate_string v; @Target = v end
def Type=(v) Axlsx::validate_relationship_type v; @Type = v end
- # Serializes the relationship
- # TODO: use object.rId to get this infomation
+ # Serializes the relationship
# @param [Nokogiri::XML::Builder] xml The document builder instance this objects xml will be added to.
# @param [String] rId the reference id of the object.
# @return [String]