Skip to content

Commit 5a459fe

Browse files
committed
Reformat comments based on JSDoc
1 parent 2f3e3e6 commit 5a459fe

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

tools/make/lib/contributors/Makefile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,24 @@ UPDATE_CONTRIBUTORS_OUT ?= $(ROOT_DIR)/CONTRIBUTORS
1919

2020
# TARGETS #
2121

22-
# List contributors.
22+
#/
23+
# Lists contributors to the project repository.
2324
#
24-
# This target lists contributors.
25-
25+
# @example
26+
# make list-contributors
27+
#/
2628
list-contributors:
2729
$(QUIET) $(MAKE_EXECUTABLE) $(LIST_CONTRIBUTORS)
2830
$(QUIET) $(LIST_CONTRIBUTORS) $(LIST_CONTRIBUTORS_FLAGS)
2931

3032
.PHONY: list-contributors
3133

32-
33-
# Update contributors.
34+
#/
35+
# Updates the project `CONTRIBUTORS` file.
3436
#
35-
# This target updates a CONTRIBUTORS file.
36-
37+
# @example
38+
# make update-contributors
39+
#/
3740
update-contributors:
3841
$(QUIET) $(MAKE_EXECUTABLE) $(UPDATE_CONTRIBUTORS)
3942
$(QUIET) $(UPDATE_CONTRIBUTORS) $(UPDATE_CONTRIBUTORS_FLAGS) $(UPDATE_CONTRIBUTORS_OUT)

0 commit comments

Comments
 (0)