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

Merge branch 'fix/docu-styleguide' into 'master'

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

See merge request !1740
parents b7d34fdf c7e81543
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