memos/scripts/gen-api-v1-docs.cfg
coderwander 162521885c
chore: fix some typos in comments (#3243)
Signed-off-by: coderwander <770732124@qq.com>
2024-04-16 21:14:38 +08:00

14 lines
425 B
INI

# This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
# You should list additional dirs here if the API grows
SWAG_API_DIRS=./server/route/api/v1
# Where general API info is documented
SWAG_GENERAL_INFO=./server/route/api/v1/v1.go
# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
SWAG_OUTPUT_TYPES=go,yaml
# Where generated files are outputted
SWAG_OUTPUT=./server/route/api/v1