Add index files for module and client
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jan 2013 23:24:48 +0000 (23:24 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jan 2013 23:24:48 +0000 (23:24 +0000)
doc/source/extra/client.c [new file with mode: 0644]
doc/source/extra/module.c [new file with mode: 0644]

diff --git a/doc/source/extra/client.c b/doc/source/extra/client.c
new file mode 100644 (file)
index 0000000..25f5eed
--- /dev/null
@@ -0,0 +1,12 @@
+/**
+ * @cond skip
+ * vim:syntax=doxygen
+ * @endcond
+ *
+ *
+@page client_doc
+
+@section client_intro Introduction
+
+*/
+~                                         
diff --git a/doc/source/extra/module.c b/doc/source/extra/module.c
new file mode 100644 (file)
index 0000000..c234345
--- /dev/null
@@ -0,0 +1,15 @@
+/**
+ * @cond skip
+ * vim:syntax=doxygen
+ * @endcond
+ *
+ *
+@page module_doc
+
+@section module_intro Introduction
+
+FreeRADIUS uses a pluggable module infrastructure to extend the
+basic functionality of the server.
+
+Modules in 3.0 are dynamically linked at runtime using dlopen.
+*/