You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PocoDoc did not support integration with FTS5 SQLite database for the purpose of inputting clean content into the database. To enhance its functionality, the following improvements have been implemented:
Expanded the writeDescription method by adding an output stream containing clean content.
Introduced a new method named writeSearchIndex , responsible for retrieving textual documentation along with links. This method is called within existing methods writeClass , writePackage , and writeNameSpace
The text was updated successfully, but these errors were encountered:
The PocoDoc did not support integration with FTS5 SQLite database for the purpose of inputting clean content into the database. To enhance its functionality, the following improvements have been implemented:
writeDescription
method by adding an output stream containing clean content.writeSearchIndex
, responsible for retrieving textual documentation along with links. This method is called within existing methodswriteClass
,writePackage
, andwriteNameSpace
The text was updated successfully, but these errors were encountered: