Skip to content

Commit

Permalink
Add error handling links
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Sep 16, 2021
1 parent 3db07f1 commit 1cba3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/mainpage.dox
Expand Up @@ -25,13 +25,15 @@
/// @li @link primesieve.h primesieve.h @endlink - primesieve C header.
/// @li @link iterator.h primesieve_iterator @endlink - Provides the primesieve_next_prime() and primesieve_prev_prime() functions.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/C_Examples.md"><b>C examples</b></a> - Example programs that show how to use libprimesieve.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/C_Examples.md#error-handling"><b>C error handling</b></a> - How to detect and handle errors.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/C_Examples.md#how-to-compile"><b>Link against libprimesieve.</b></a>
///
/// @section CPP_API C++ API
///
/// @li @link primesieve.hpp primesieve.hpp @endlink - primesieve C++ header.
/// @li primesieve::iterator - Provides the @link primesieve::iterator::next_prime() next_prime() @endlink and @link primesieve::iterator::prev_prime() prev_prime() @endlink methods.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/CPP_Examples.md"><b>C++ examples</b></a> - Example programs that show how to use libprimesieve.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/CPP_Examples.md#error-handling"><b>C++ error handling</b></a> - How to detect and handle errors.
/// @li <a href="https://github.com/kimwalisch/primesieve/blob/master/doc/CPP_Examples.md#how-to-compile"><b>Link against libprimesieve.</b></a>
///
/// @section Performance_tips Performance tips
Expand Down

0 comments on commit 1cba3ae

Please sign in to comment.