diff --git a/Doxyfile b/Doxyfile index 1dc9b639a..823fd33dc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1,6 +1,7 @@ PROJECT_NAME = libxml2 OUTPUT_DIRECTORY = $(BUILD_ROOT)doc -STRIP_FROM_PATH = $(SOURCE_ROOT)include/libxml +STRIP_FROM_PATH = $(SOURCE_ROOT)include/libxml \ + $(BUILD_ROOT)include/libxml OPTIMIZE_OUTPUT_FOR_C = YES EXTRACT_LOCAL_CLASSES = NO HIDE_UNDOC_MEMBERS = YES @@ -45,6 +46,7 @@ INPUT = $(SOURCE_ROOT)README.md \ $(SOURCE_ROOT)include/libxml/xmlschemastypes.h \ $(SOURCE_ROOT)include/libxml/xmlstring.h \ $(SOURCE_ROOT)include/libxml/xmlunicode.h \ + $(BUILD_ROOT)include/libxml/xmlversion.h \ $(SOURCE_ROOT)include/libxml/xmlwriter.h \ $(SOURCE_ROOT)include/libxml/xpath.h \ $(SOURCE_ROOT)include/libxml/xpathInternals.h \ diff --git a/include/libxml/xmlversion.h.in b/include/libxml/xmlversion.h.in index 82726a8a1..93b8ca104 100644 --- a/include/libxml/xmlversion.h.in +++ b/include/libxml/xmlversion.h.in @@ -1,10 +1,13 @@ -/* - * Summary: compile-time version information - * Description: compile-time version information for the XML library +/** + * @file * - * Copy: See Copyright for the status of this software. + * @brief compile-time version information * - * Author: Daniel Veillard + * compile-time version information for the XML library + * + * @copyright See Copyright for the status of this software. + * + * @author Daniel Veillard */ #ifndef __XML_VERSION_H__