Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 10, 2024
1 parent 6d6d29f commit 366fd4a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,17 @@ After executed, build the software from within the <code>build</code> directory

See [Design Details](docs/DETAILS.md) for implementation design details and more examples.

See Doxygen main page located at `doxygen/html/index.html` for source code documentation. Clone the repository to view the pages.
See Doxygen main page located at `doxygen/html/index.html` for source code documentation. Clone the repository to view the pages in a browser.

# Related Repositories

## Alternative Implementations

Alternative asynchronous implementations similar in concept to C++ delegate.

* <a href="https://github.com/endurodave/AsyncCallback">Asynchronous Callbacks in C++</a> - A C++ asynchronous callback framework simplifies passing data between threads.
* <a href="https://github.com/endurodave/C_AsyncCallback">Asynchronous Callbacks in C</a> - A C language asynchronous callback framework simplifies passing data between threads.

## Additional Source Code

Supporting source code used within the delegate library.
Expand Down

0 comments on commit 366fd4a

Please sign in to comment.