Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javilinos authored Jul 4, 2023
1 parent dc8421d commit ef8d1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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':
```
Expand Down

0 comments on commit ef8d1ca

Please sign in to comment.