Skip to content

Add recipes for solving linear systems; Make first snippet comments visible

Linus Seelinger requested to merge linus/recipes-solving-systems into master
  • Changed first snipped markers to use // [... instead of //! [... to ensure they remain visible in the example codes shown by doxygen.

I recommend the latter for all recipes, as it makes it easier to find snippets in the doxygen example codes.

Merge request reports