Skip to content

Commit 95a03af

Browse files
linked to doxygen
1 parent e5b95e9 commit 95a03af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install moves files into your system's default localtion of headers and librarie
2020
configure --prefix=/usr/local
2121
```
2222

23-
Documentation can be generated with this command:
23+
[Documentation](http://herbertkoelman.github.io/cpp-pthread/doc/html/) can be generated with this command:
2424
```
2525
make doxygen
2626
...
@@ -42,6 +42,7 @@ It should now compile use this very simple (but often good enough) implementatio
4242
# Usefull links
4343

4444
* [documentation](http://pubs.opengroup.org/onlinepubs/007908799/xsh/threads.html) of the underlying POSIX threading library
45+
* [project's doxygen](http://herbertkoelman.github.io/cpp-pthread/doc/html/)
4546
* [std::thread](http://en.cppreference.com/w/cpp/thread/thread) implementation we try to mimic
4647
* [std::lock_guard](http://en.cppreference.com/w/cpp/thread/lock_guard/lock_guard) implementation we try to mimic
4748
* [std::mutex](http://en.cppreference.com/w/cpp/thread/mutex) implementation we try to mimic

0 commit comments

Comments
 (0)