Skip to content

Commit 07e8aa3

Browse files
committed
adding/fixing comments to functions starting with s
1 parent 8146836 commit 07e8aa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sql/components/strongComponents.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ COMMENT ON FUNCTION _pgr_strongComponents(TEXT)
6464
IS 'pgRouting internal function';
6565

6666

67-
COMMENT ON FUNCTION pgr_strongComponents(TEXT)
67+
COMMENT ON FUNCTION pgr_strongComponents(TEXT)
6868
IS'pgr_strongComponents
69+
- EXPERIMENTAL
6970
- Directed graph
7071
- Parameters:
7172
- Edges SQL with columns: id, source, target, cost [,reverse_cost]

0 commit comments

Comments
 (0)