Skip to content

Commit 9a7f5a5

Browse files
committed
Update comment style
1 parent 2e79119 commit 9a7f5a5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

tools/make/Makefile

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,25 @@ include $(TOOLS_MAKE_LIB_DIR)/workshops/Makefile
105105

106106
# RULES #
107107

108+
#/
108109
# Default target.
109110
#
110-
# This target is the default target.
111-
111+
# @example
112+
# make
113+
#
114+
# @example
115+
# make all
116+
#/
112117
all: help
113118

114119
.PHONY: all
115120

116-
117-
# Perform clean-up.
121+
#/
122+
# Runs the project's cleanup sequence.
118123
#
119-
# This target runs the project's cleanup sequence.
120-
124+
# @example
125+
# make clean
126+
#/
121127
clean: clean-node clean-deps clean-cov clean-docs
122128
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(BUILD_DIR)
123129
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(REPORTS_DIR)

0 commit comments

Comments
 (0)