readium / readium-sdk

A C++ ePub renderer SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in doxygen API doc build?

hellcan opened this issue · comments

warning: tag INPUT: input source `Readme.markdown' does not exist
warning: source Readme.markdown is not a readable file or directory... skipping.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:51: warning: no uniquely matching class member found for
bool CFI::operator==(const ePub3::CFI &o) const
Possible candidates:
EPUB3_EXPORT bool CFI::operator==(const CFI &o) const' at line 122 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
EPUB3_EXPORT bool CFI::operator==(const string &str) const' at line 126 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:66: warning: no uniquely matching class member found for
bool CFI::operator!=(const ePub3::CFI &o) const
Possible candidates:
EPUB3_EXPORT bool CFI::operator!=(const CFI &o) const' at line 130 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
EPUB3_EXPORT bool CFI::operator!=(const string &str) const' at line 134 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:97: warning: no matching class member found for
CFI & CFI::Assign(const ePub3::CFI &o, size_t fromIndex)
Possible candidates:
EPUB3_EXPORT CFI & CFI::Assign(const CFI &o)
EPUB3_EXPORT CFI & CFI::Assign(CFI &&o)
EPUB3_EXPORT CFI & CFI::Assign(const CFI &o, size_t fromIndex)
EPUB3_EXPORT CFI & CFI::Assign(const string &str)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:126: warning: no matching class member found for
CFI & CFI::Append(const ePub3::CFI &cfi)
Possible candidates:
EPUB3_EXPORT CFI & CFI::Append(const CFI &cfi)
EPUB3_EXPORT CFI & CFI::Append(const string &str)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:580: warning: no uniquely matching class member found for
CFI::Component & CFI::Component::operator=(const ePub3::CFI::Component &o)
Possible candidates:
Component & CFI::Component::operator=(const Component &o)' at line 272 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
Component & CFI::Component::operator=(Component &&o)' at line 273 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
Component & CFI::Component::operator=(const string &str)' at line 274 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.cpp:593: warning: no uniquely matching class member found for
CFI::Component & CFI::Component::operator=(ePub3::CFI::Component &&o)
Possible candidates:
Component & CFI::Component::operator=(const Component &o)' at line 272 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
Component & CFI::Component::operator=(Component &&o)' at line 273 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h
Component & CFI::Component::operator=(const string &str)' at line 274 of file /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/cfi.h

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/manifest.cpp:51: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/nav_table.cpp:39: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/property.cpp:140: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/property.cpp:160: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/property.cpp:182: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/property_holder.cpp:94: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/property_holder.cpp:95: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/ePub/switch_preprocessor.cpp:40: warning: member with no name found.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:136: warning: documented symbol void Document::SetInternalSubset' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:150: warning: documented symbol std::shared_ptr Document::SetRoot' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:156: warning: documented symbol std::shared_ptr Document::SetRoot' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:167: warning: documented symbol std::shared_ptr Document::SetRoot' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:175: warning: documented symbol std::shared_ptr Document::AddNode' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:196: warning: documented symbol std::shared_ptr Document::AddComment' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:200: warning: documented symbol std::shared_ptr Document::AddProcessingInstruction' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:204: warning: documented symbol void Document::DeclareEntity' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/document.cpp:209: warning: documented symbol `int Document::ProcessXInclude' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:118: warning: no matching class member found for
Node::Node(_xmlNode *xml)
Possible candidates:
Node::Node(NativePtr node)
Node::Node(Node &&o)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:122: warning: no matching class member found for
Node::Node(const string &name, NodeType type, const string &content, const class Namespace &ns)
Possible candidates:
Node::Node(NativePtr node)
Node::Node(Node &&o)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:230: warning: documented symbol `void Node::SetName' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:244: warning: no uniquely matching class member found for
void Node::SetContent(const string &content)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:271: warning: documented symbol `void Node::SetNamespace' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:285: warning: no uniquely matching class member found for
void Node::SetLanguage(const string &language)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:293: warning: documented symbol void Node::SetPreserveSpace' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:307: warning: documented symbol void Node::SetBaseURL' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:332: warning: no matching class member found for
int Node::Index() const

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:343: warning: documented symbol int Node::Line' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:503: warning: documented symbol std::shared_ptr Node::AddChild' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:515: warning: documented symbol void Node::AddChild' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:522: warning: documented symbol std::shared_ptr Node::InsertAfter' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:534: warning: documented symbol void Node::InsertAfter' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:541: warning: documented symbol std::shared_ptr Node::InsertBefore' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:553: warning: documented symbol void Node::InsertBefore' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:560: warning: documented symbol std::shared_ptr Node::CopyIn' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:580: warning: documented symbol void Node::Detach' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:618: warning: documented symbol void Node::Wrap' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:658: warning: documented symbol void Node::Unwrap' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:691: warning: documented symbol xmlNodePtr Node::createChild' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node.cpp:711: warning: documented symbol void Node::rebind' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/node_win.cpp:629: warning: documented symbol std::shared_ptr Node::NewNode' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/xpath.cpp:36: warning: documented symbol void XPathEvaluator::_XMLFunctionWrapper' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/xpath.cpp:112: warning: documented symbol bool XPathEvaluator::RegisterFunction' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/xpath.cpp:131: warning: documented symbol bool XPathEvaluator::RegisterFunction' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/xpath.cpp:150: warning: documented symbol void XPathEvaluator::PerformFunction' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/tree/xpath.cpp:171: warning: documented symbol `bool XPathEvaluator::RegisterVariable' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/utilities/io.cpp:77: warning: no matching class member found for
std::shared_ptr InputBuffer::xmlReadDocument(const char *url, const char *encoding, int options)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/utilities/io.cpp:158: warning: documented symbol int OutputBuffer::writeDocument' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/utilities/io_win.cpp:368: warning: documented symbol std::shared_ptr InputBuffer::ReadDocument' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/utilities/io_win.cpp:447: warning: documented symbol `int OutputBuffer::WriteDocument' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/ns.cpp:26: warning: no matching class member found for
EPUB3_XML_BEGIN_NAMESPACE Namespace::Namespace(std::shared_ptr doc, const string &prefix, const string &uri)

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/ns.cpp:36: warning: documented symbol Namespace::~Namespace' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:28: warning: documented symbol EPUB3_XML_BEGIN_NAMESPACE Schema::Schema' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:32: warning: documented symbol Schema::Schema' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:36: warning: documented symbol Schema::~Schema' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:40: warning: documented symbol `void Schema::SetDocument' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:76: warning: no uniquely matching class member found for
string Schema::Name() const

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:82: warning: documented symbol `string Schema::TargetNamespace' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:88: warning: no uniquely matching class member found for
string Schema::Version() const

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:94: warning: documented symbol `void Schema::releaseDocument' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:109: warning: no uniquely matching class member found for
std::shared_ptr Schema::Document()

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:116: warning: no uniquely matching class member found for
std::shared_ptr Schema::Document() const

/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:120: warning: documented symbol _xmlSchema * Schema::xmlSchema' was not declared or defined. /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/xml/validation/schema.cpp:124: warning: documented symbol const _xmlSchema * Schema::xmlSchema' was not declared or defined.
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:203: warning: Unsupported xml/html tag found
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:203: warning: Unsupported xml/html tag found
/Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:203: warning: Unsupported xml/html tag
tag but found TK_LNKWORD token instead! /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:296: warning: Unsupported xml/html tag found /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:297: warning: Unsupported xml/html tag found /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:298: warning: Unsupported xml/html tag found /Users/hellcan/SDKLauncher-Android/readium-sdk/ePub3/utilities/error_handler.h:301: warning: Unsupported xml/html tag

I can't generate API doc. So how can I get all the readium Android SDK api doc?
Thank you