From 85afbe7548d59d5ca5a8d17b32926f99235f5211 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 12 Feb 2020 21:00:20 +0100 Subject: Add the concept of a configuration. Add enumeration of configurations. --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 4f2a169..eac584d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -15,7 +15,7 @@ help: apidoc: mkdir -p api/codegen/ sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc -M -f -e -o api/ - sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc -M -no-toc -f -e -o api/codegen/ + sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc -M --no-toc -f -e -o api/codegen/ echo " codegen/pyecsca.codegen" >> api/modules.rst .PHONY: help apidoc Makefile -- cgit v1.2.3-70-g09d2