[NUT-devel] [nut]: r260 - in trunk/libnut: Doxyfile libnut.h
ods15
subversion at mplayerhq.hu
Tue Nov 21 17:43:01 CET 2006
Author: ods15
Date: Tue Nov 21 17:43:01 2006
New Revision: 260
Modified:
trunk/libnut/Doxyfile
trunk/libnut/libnut.h
Log:
Add license file in doxygen documentation
Modified: trunk/libnut/Doxyfile
==============================================================================
--- trunk/libnut/Doxyfile (original)
+++ trunk/libnut/Doxyfile Tue Nov 21 17:43:01 2006
@@ -20,3 +20,4 @@
GENERATE_LATEX = NO
MAX_INITIALIZER_LINES = 30
ENUM_VALUES_PER_LINE = 1
+EXAMPLE_PATH = ..
Modified: trunk/libnut/libnut.h
==============================================================================
--- trunk/libnut/libnut.h (original)
+++ trunk/libnut/libnut.h Tue Nov 21 17:43:01 2006
@@ -246,12 +246,16 @@
*
* libnut source code can be downloaded from svn://svn.mplayerhq.hu/nut
*
- * Copyright of this library is MIT/X license. For more details, see the
- * file COPYING in the repository.
+ * Copyright of this library is MIT/X license. For more details, see
+ * \ref License.
*
* For more information on the format, please visit http://www.nut.hu
*/
+/*! \page License
+ * \verbinclude COPYING
+ */
+
/*! \struct nut_alloc_t
* libc semantics are assumed to all functions. (realloc must work with NULL or zero size)
*
More information about the NUT-devel
mailing list