Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Deploy Documentation: Merge pull request #1799 from miscco/no_throw
Browse files Browse the repository at this point in the history
Remove remnants of `throw()` d3e6fa1
  • Loading branch information
miscco committed Sep 26, 2022
1 parent 089bf03 commit 963fcc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions api/classes/classthrust_1_1system_1_1system__error.md.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
{
"abstract": false,
"anchor": "#function-code",
"argsString": "(void) const",
"argsString": "(void) const noexcept",
"category": "functions",
"const": true,
"default": false,
Expand Down Expand Up @@ -559,7 +559,7 @@
],
"pureVirtual": false,
"qualifiedname": "thrust::system::system_error::code",
"refid": "group__system__diagnostics_1ga7842159aa5ca369920f38c319d799075",
"refid": "group__system__diagnostics_1gaefb9f644f647b9f6f07e92902f1fe279",
"returns": [
"<code>ec</code> or <code>error&#95;code(ev, ecat)</code>, from the constructor, as appropriate. "
],
Expand All @@ -575,7 +575,7 @@
{
"abstract": false,
"anchor": "#function-what",
"argsString": "(void) const",
"argsString": "(void) const noexcept",
"category": "functions",
"const": true,
"default": false,
Expand Down Expand Up @@ -604,7 +604,7 @@
],
"pureVirtual": false,
"qualifiedname": "thrust::system::system_error::what",
"refid": "group__system__diagnostics_1ga3ad393d381a73853d5beb70b07a142be",
"refid": "group__system__diagnostics_1ga6f0a481d10924826e5f882ad946319f7",
"returns": [
"a string incorporating <code><a href=\"{{ site.baseurl }}/api/groups/group__system__diagnostics.html#function-code\">code()</a>.message()</code> and the arguments supplied in the constructor. "
],
Expand Down
8 changes: 4 additions & 4 deletions api/groups/group__system__diagnostics.md.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@
{
"abstract": false,
"anchor": "#function-code",
"argsString": "(void) const",
"argsString": "(void) const noexcept",
"category": "functions",
"const": true,
"default": false,
Expand Down Expand Up @@ -1388,7 +1388,7 @@
],
"pureVirtual": false,
"qualifiedname": "thrust::system::system_error::code",
"refid": "group__system__diagnostics_1ga7842159aa5ca369920f38c319d799075",
"refid": "group__system__diagnostics_1gaefb9f644f647b9f6f07e92902f1fe279",
"returns": [
"<code>ec</code> or <code>error&#95;code(ev, ecat)</code>, from the constructor, as appropriate. "
],
Expand All @@ -1404,7 +1404,7 @@
{
"abstract": false,
"anchor": "#function-what",
"argsString": "(void) const",
"argsString": "(void) const noexcept",
"category": "functions",
"const": true,
"default": false,
Expand Down Expand Up @@ -1433,7 +1433,7 @@
],
"pureVirtual": false,
"qualifiedname": "thrust::system::system_error::what",
"refid": "group__system__diagnostics_1ga3ad393d381a73853d5beb70b07a142be",
"refid": "group__system__diagnostics_1ga6f0a481d10924826e5f882ad946319f7",
"returns": [
"a string incorporating <code><a href=\"{{ site.baseurl }}/api/groups/group__system__diagnostics.html#function-code\">code()</a>.message()</code> and the arguments supplied in the constructor. "
],
Expand Down

0 comments on commit 963fcc1

Please sign in to comment.