From ef8d1ca020c3f09214890dd22f578660cb7aa0d8 Mon Sep 17 00:00:00 2001 From: Javier Melero Date: Tue, 4 Jul 2023 11:24:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8195758a..ccb4a539 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,12 @@ To add a C++ module to the web, follow these steps: PROJECT_NAME = as2_cpp_package INPUT = ./include/as2_cpp_package ./src ``` - - Create docs/ folder inside the root folder of your project and place an index.rst with the following: + - Create docs/ folder inside the root folder of your package and place an index.rst with the following: ``` as2_package =========== .. doxygenindex:: - :project: as2_core + :project: as2_package ``` - Add the package name to the input aerostack2_modules to the workflow of this repository. This action will bring the package into a _folder inside the the docker OS being executed in the workflow. Example if we want to add 'as2_cpp_package': ```