1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-08 21:08:29 +01:00

Fixed some @{method} links in the PhabricatorEdgeEditor documentation.

This commit is contained in:
Jonathan Lomas 2012-07-19 09:49:10 -07:00
parent 18cfab0c36
commit 0be6d87a45

View file

@ -52,7 +52,7 @@ final class PhabricatorEdgeEditor {
/** /**
* Add a new edge (possibly also adding its inverse). Changes take effect when * 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 * overwritten. Removals queued with @{method:removeEdge} are executed before
* adds, so the effect of removing and adding the same edge is to overwrite * adds, so the effect of removing and adding the same edge is to overwrite
* any existing edge. * any existing edge.
@ -81,7 +81,7 @@ final class PhabricatorEdgeEditor {
/** /**
* Remove an edge (possibly also removing its inverse). Changes take effect * 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 * will be ignored. Edges are added after edges are removed, so the effect of
* a remove plus an add is to overwrite. * a remove plus an add is to overwrite.
* *