1
0
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:
Nick Wellnhofer
2025-05-02 20:12:52 +02:00
parent cb1635a642
commit 08a282f9f7
2 changed files with 11 additions and 6 deletions

View File

@@ -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 \

View File

@@ -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__