Skip to content

Commit

Permalink
Add doxygen example command to `Web Integration/Examples/NetCore/St…
Browse files Browse the repository at this point in the history
…artup.cs`. pt.9.
  • Loading branch information
drasmart committed Jan 15, 2024
1 parent 803d658 commit 2b464fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Web Integration/Examples/NetCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
using Microsoft.Extensions.Hosting;


/// @example ExampleCoreWebsite/Startup.cs
/// ASP.NET core example
/// @example NetCore/Startup.cs
///
/// ## ASP.NET core example
///
/// This example shows how to:
///
Expand Down Expand Up @@ -77,6 +78,7 @@
/// services.AddFiftyOne(Configuration);
/// ...
/// }
/// ...
/// ```
///
/// 6. Call UseFiftyOne to add the Middleware component that will send any
Expand Down

0 comments on commit 2b464fb

Please sign in to comment.