mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +01:00
Merge pull request #163 from floatingLomas/master
Fixed some @{method} links in PhabricatorEdgeEditor
This commit is contained in:
commit
e746ccfeeb
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ final class PhabricatorEdgeEditor {
|
|||
|
||||
/**
|
||||
* Add a new edge (possibly also adding its inverse). Changes take effect when
|
||||
* you call @{method:save()}. If the edge already exists, it will not be
|
||||
* you call @{method:save}. If the edge already exists, it will not be
|
||||
* overwritten. Removals queued with @{method:removeEdge} are executed before
|
||||
* adds, so the effect of removing and adding the same edge is to overwrite
|
||||
* any existing edge.
|
||||
|
@ -83,7 +83,7 @@ final class PhabricatorEdgeEditor {
|
|||
|
||||
/**
|
||||
* Remove an edge (possibly also removing its inverse). Changes take effect
|
||||
* when you call @{method:save()}. If an edge does not exist, the removal
|
||||
* when you call @{method:save}. If an edge does not exist, the removal
|
||||
* will be ignored. Edges are added after edges are removed, so the effect of
|
||||
* a remove plus an add is to overwrite.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue