From b2a932045cc336cdfec3f17064db7c76d3c06762 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 5 Jul 2020 09:34:38 +0200 Subject: [PATCH] Doc, fix typo, :source: -> :project: --- documentation/source/autofile.rst | 2 +- documentation/source/directives.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/autofile.rst b/documentation/source/autofile.rst index 3e37653f6..f5a05af2e 100644 --- a/documentation/source/autofile.rst +++ b/documentation/source/autofile.rst @@ -13,7 +13,7 @@ Working Example This should work:: .. autodoxygenfile:: auto_class.h - :source: auto + :project: auto With the following config value:: diff --git a/documentation/source/directives.rst b/documentation/source/directives.rst index b0861eaba..4e17cde50 100644 --- a/documentation/source/directives.rst +++ b/documentation/source/directives.rst @@ -452,7 +452,7 @@ Config Values Then your ``autodoxygenfile`` usage can look like this:: .. autodoxygenfile:: file.c - :source: myprojectsource + :project: myprojectsource The directory entry in the tuple can be an empty string if the entries in the list are full paths.