File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
tools/make/lib/contributors Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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+ # /
2628list-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+ # /
3740update-contributors :
3841 $(QUIET ) $(MAKE_EXECUTABLE ) $(UPDATE_CONTRIBUTORS )
3942 $(QUIET ) $(UPDATE_CONTRIBUTORS ) $(UPDATE_CONTRIBUTORS_FLAGS ) $(UPDATE_CONTRIBUTORS_OUT )
You can’t perform that action at this time.
0 commit comments