mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
doc: Doxygen fixes for xmlversion.h
This commit is contained in:
4
Doxyfile
4
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 \
|
||||
|
||||
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user