Skip to content

Commit af66df4

Browse files
committed
Update source docs
1 parent f5b4781 commit af66df4

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

tools/make/lib/links/links.mk

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,34 @@ LINKS_ID2URI_FLAGS ?= \
4242

4343
# RULES #
4444

45-
# Create a link entry.
45+
#/
46+
# Launches an interactive prompt for creating a link entry in the project's link database.
4647
#
47-
# This target creates a link entry in the link database.
48-
48+
# @example
49+
# make links-insert
50+
#/
4951
links-insert: $(NODE_MODULES)
5052
$(QUIET) NODE_PATH="$(NODE_PATH)" $(LINKS_INSERT) $(LINKS_INSERT_FLAGS)
5153

5254
.PHONY: links-insert
5355

54-
55-
# Resolve a link id.
56+
#/
57+
# Launches an interactive prompt for resolving a link identifier in the project's link database from a URI.
5658
#
57-
# This target resolves a database link identifier from a URI.
58-
59+
# @example
60+
# make links-uri2id
61+
#/
5962
links-uri2id: $(NODE_MODULES)
6063
$(QUIET) NODE_PATH="$(NODE_PATH)" $(LINKS_URI2ID) $(LINKS_URI2ID_FLAGS)
6164

6265
.PHONY: links-uri2id
6366

64-
65-
# Resolve a URI.
67+
#/
68+
# Launches an interactive prompt for resolving a URI in the project's link database from a link identifier.
6669
#
67-
# This target resolves a database URI from an id.
68-
70+
# @example
71+
# make links-id2uri
72+
#/
6973
links-id2uri: $(NODE_MODULES)
7074
$(QUIET) NODE_PATH="$(NODE_PATH)" $(LINKS_ID2URI) $(LINKS_ID2URI_FLAGS)
7175

0 commit comments

Comments
 (0)