]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3280] Added stub Performance page
authorThomas Markwalder <tmark@isc.org>
Mon, 11 Mar 2024 14:57:08 +0000 (10:57 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2024 15:54:55 +0000 (15:54 +0000)
Performance subpage was missing.  Added with simple content.

doc/devel/performance.dox [new file with mode: 0644]

diff --git a/doc/devel/performance.dox b/doc/devel/performance.dox
new file mode 100644 (file)
index 0000000..f75baad
--- /dev/null
@@ -0,0 +1,13 @@
+// Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+/**
+
+ @page Performance
+
+This section is for topics pertaining to Kea runtime performance.
+
+*/