diff --git a/doc/src/README.md b/doc/src/README.md index 877eb9dd0f8ee2f63690d34b5b40e7b372a5b146..42ef6f6cb274aea426036eb47dfd37173ea390cf 100644 --- a/doc/src/README.md +++ b/doc/src/README.md @@ -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 ```