Skip to content

Commit f99a77e

Browse files
committed
Rename file
1 parent 47f07e7 commit f99a77e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/make/lib/docs/jsdoc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MKDIR_RECURSIVE ?= mkdir -p
2323
JSDOC ?= $(BIN_DIR)/jsdoc
2424

2525
# Define the path to the JSDoc configuration file:
26-
JSDOC_CONF ?= $(CONFIG_DIR)/jsdoc.conf.json
26+
JSDOC_CONF ?= $(CONFIG_DIR)/jsdoc/.jsdoc.json
2727

2828
# Define the path to JSDoc type definitions:
2929
JSDOC_TYPEDEF ?= $(TOOLS_DIR)/docs/jsdoc/typedefs/*.js

0 commit comments

Comments
 (0)