[redland-dev] [Raptor RDF Syntax Library 0000578]: Wrong documentation of raptor_syntax_description
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Sat Aug 16 14:44:16 EDT 2014
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=578
======================================================================
Reported By: porton
Assigned To:
======================================================================
Project: Raptor RDF Syntax Library
Issue ID: 578
Category: documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Syntax Name:
======================================================================
Date Submitted: 2014-08-16 18:44
Last Modified: 2014-08-16 18:44
======================================================================
Summary: Wrong documentation of raptor_syntax_description
Description:
From
http://librdf.org/raptor/api/raptor2-section-general.html#raptor-syntax-description
:
typedef struct {
const char* names;
/* ... */
};
It should be instead:
typedef struct {
const char* const* names;
/* ... */
};
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-08-16 18:44 porton New Issue
======================================================================
More information about the redland-dev
mailing list