Skip to content

Commit

Permalink
update README and child call
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcioc committed Dec 28, 2023
1 parent 7c76d8b commit 1b6f731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ TODO: change options, configs, and how we use the tool in the future.
TODO

## Documentation
https://www.doxygen.nl/manual/index.html
https://developer.lsst.io/cpp/api-docs.html
https://www.sphinx-doc.org/en/master/usage/domains/cpp.html

https://medium.com/@aytackahveci93/documenting-c-code-with-sphinx-d6315b338615
TODO
docygen+sphinx+breathe+exhale
6 changes: 3 additions & 3 deletions src/evm.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public:
{
// new message done
// call the child
evm.child_call(
evm.child_CALL(
error_code,
new_message);
}
Expand Down Expand Up @@ -909,7 +909,7 @@ public:
}
// new message done
// call the child
evm.child_call(
evm.child_CALL(
error_code,
new_message);
}
Expand Down Expand Up @@ -3095,7 +3095,7 @@ public:
* @param[out] error_code error code
* @param[in] new_message new message call
*/
__host__ __device__ __forceinline__ void child_call(
__host__ __device__ __forceinline__ void child_CALL(
uint32_t &error_code,
message_t &new_message)
{
Expand Down

0 comments on commit 1b6f731

Please sign in to comment.