]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4081] Stub documentation added.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 27 Oct 2015 15:34:34 +0000 (16:34 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 27 Oct 2015 15:34:34 +0000 (16:34 +0100)
doc/devel/mainpage.dox
src/lib/eval/Makefile.am
src/lib/eval/eval.dox [new file with mode: 0644]

index 9204a327cfa3304326cda3ea2fa87b9302d100c6..1f69e0adf461cc567b2d2eb28d6f1f6f1b5ad350 100644 (file)
  *   - @subpage allocengine
  * - @subpage libdhcp_ddns
  * - @subpage dhcpDatabaseBackends
+ * - @subpage dhcpEval
  * - @subpage configBackend
  *   - @subpage configBackendMotivation
  *   - @subpage configBackendJSONDesign
index dba912d1b8ee71c5038aff712be3b16a955026f4..2627175768a43a0f15ce8a3675d40772bce8eaab 100644 (file)
@@ -16,6 +16,7 @@ libkea_eval_la_LDFLAGS  = -no-undefined -version-info 3:0:0
 libkea_eval_la_LDFLAGS += $(CRYPTO_LDFLAGS)
 
 EXTRA_DIST  = eval.dox
+EXTRA_DIST += eval_messages.mes
 
 # Define rule to build logging source files from message file
 eval_messages.h eval_messages.cc: s-messages
@@ -32,4 +33,4 @@ s-messages: eval_messages.mes
 # first.
 BUILT_SOURCES = eval_messages.h eval_messages.cc
 
-CLEANFILES = expr_messages.h expr_messages.cc
+CLEANFILES = eval_messages.h eval_messages.cc
diff --git a/src/lib/eval/eval.dox b/src/lib/eval/eval.dox
new file mode 100644 (file)
index 0000000..314834d
--- /dev/null
@@ -0,0 +1,20 @@
+// Copyright (C) 2012-2015  Internet Systems Consortium, Inc. ("ISC")
+//
+// Permission to use, copy, modify, and/or distribute this software for any
+// purpose with or without fee is hereby granted, provided that the above
+// copyright notice and this permission notice appear in all copies.
+//
+// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+// AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+// PERFORMANCE OF THIS SOFTWARE.
+
+/**
+  @page dhcpEval Expression evaluation (client classification)
+
+  @todo: Document how the expression evaluation is implemented.
+
+ */