Skip to content
Snippets Groups Projects
Commit c7e81543 authored by Katharina Heck's avatar Katharina Heck
Browse files

[cleanup][styleguide] fix spelling mistake in link to doxygen readme

parent b7d34fdf
No related branches found
No related tags found
1 merge request!1740[cleanup][styleguide] fix spelling mistake in link to doxygen readme
...@@ -27,7 +27,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec ...@@ -27,7 +27,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec
//! \todo Please doc me! //! \todo Please doc me!
``` ```
* We use Doxygen to generate documentation from the source code. Detailed instructions can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/dox/doxygen/README.md). * We use Doxygen to generate documentation from the source code. Detailed instructions can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/doc/doxygen/README.md).
```c++ ```c++
int lineOfCode = 1; // Short comment on line of code 1 that will _not_ show in doxygen int lineOfCode = 1; // Short comment on line of code 1 that will _not_ show in doxygen
......
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