Skip to content

Adding special documentation for modules (pe)

Sebastian Eibl requested to merge eibl/walberla:TechnicalDetails into master

The module documentation can contain:

  • basic description
  • FAQ
  • most important classes/functions
  • snippets

All code fragments should be placed in their own test file and included via \snippet to ensure error free compilation.

Merge request reports