[Doc] Add documentation top-level namespace App

This commit is contained in:
Pieter Hijma
2025-04-10 17:09:03 +02:00
committed by Benjamin Nauck
parent 4c600f20d4
commit 8956c56235
3 changed files with 18 additions and 0 deletions

View File

@@ -28,6 +28,12 @@
#include <array>
#include <string>
/**
* A namespace for utilities.
*
* Currently, this namespace contains functionality to define custom syntax to
* parse command line options.
*/
namespace App::Util
{