-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved reference docs linkage and fixed several formatting issues Removed obsolete performance warning about close_statement close #334
- Loading branch information
Showing
24 changed files
with
3,530 additions
and
1,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"include_private": false, | ||
"legacy_behavior": false, | ||
"external_marker": "!EXTERNAL!", | ||
"link_prefix": "mysql.ref.", | ||
"default_namespace": "boost::mysql", | ||
"convenience_header": "boost/mysql.hpp", | ||
"replace_strings": { | ||
"__see_below__": "``['see-below]``", | ||
"\\bclass CompletionToken\\b": "class __CompletionToken__", | ||
"\\bclass ExecutionContext\\b": "class __ExecutionContext__", | ||
"\\bclass ExecutionRequest\\b": "class __ExecutionRequest__", | ||
"\\bclass ExecutionStateType\\b": "class __ExecutionStateType__", | ||
"\\bclass Executor\\b": "class __Executor__", | ||
"\\bclass FieldViewFwdIterator\\b": "class __FieldViewFwdIterator__", | ||
"\\bclass Formattable\\b": "class __Formattable__", | ||
"\\bclass OutputString\\b": "class __OutputString__", | ||
"\\bclass ResultsType\\b": "class __ResultsType__", | ||
"\\bclass SocketStream\\b": "class __SocketStream__", | ||
"\\bclass StaticRow\\b": "class __StaticRow__", | ||
"\\bclass Stream\\b": "class __Stream__", | ||
"\\bclass WritableField\\b": "class __WritableField__", | ||
"\\bclass WritableFieldTuple\\b": "class __WritableFieldTuple__", | ||
"\\bBOOST_MYSQL_FORMATTABLE\\b": "class" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.