Skip to content
Snippets Groups Projects
Commit 4fbb81da authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Rephrase README.md Instruction paragraph

parent 9a4d7f90
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ This directory contains the material to build the project documentation with `do
## Instructions
The project documentation is managed by `doxygen`, a documentation generator that is able to extract documents directly from properly formatted comment sections of the source code. To build a local instance of project documents, make sure that you have `doxygen` installed, then `cd` into the document source folder (the folder containing the `conf.dox` file, specifically `np_tmcode/doc/src`) and then run:
The project documentation is managed by `doxygen`, a documentation generator that is able to extract documents directly from properly formatted comment sections of the source code. To build a local instance of project documents, make sure that you have `doxygen` installed, then `cd` into the document source folder (the folder containing the `conf.dox` file, specifically `np_tmcode/doc/src`) and finally run:
```
doxygen conf.dox
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment