mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
manifest...
This commit is contained in:
parent
d1d96be48f
commit
33fdfd7ead
|
@ -66,7 +66,7 @@ public:
|
||||||
/// Returns the relationship with "source" as the source and with a type of "type".
|
/// Returns the relationship with "source" as the source and with a type of "type".
|
||||||
/// Throws a key_not_found exception if no such relationship is found.
|
/// Throws a key_not_found exception if no such relationship is found.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
relationship relationship(const path &source, relationship_type type) const;
|
class relationship relationship(const path &source, relationship_type type) const;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the relationship with "source" as the source and with an ID of "rel_id".
|
/// Returns the relationship with "source" as the source and with an ID of "rel_id".
|
||||||
|
|
Loading…
Reference in New Issue
Block a user