File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff 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+ # /
4951links-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+ # /
5962links-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+ # /
6973links-id2uri : $(NODE_MODULES )
7074 $(QUIET ) NODE_PATH=" $( NODE_PATH) " $(LINKS_ID2URI ) $(LINKS_ID2URI_FLAGS )
7175
You can’t perform that action at this time.
0 commit comments