Commit 4913246e838e395402c25cb49dcc549fda67131d
1 parent
65feff9d
added link to examples on documentation homepage
Showing
1 changed file
with
2 additions
and
1 deletions
openbr/openbr_export.cpp
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | * \section get_started Get Started | 29 | * \section get_started Get Started |
| 30 | * - \ref introduction - A high-level technical overview of OpenBR. | 30 | * - \ref introduction - A high-level technical overview of OpenBR. |
| 31 | * - \ref installation - A hacker's guide to building, editing, and running OpenBR. | 31 | * - \ref installation - A hacker's guide to building, editing, and running OpenBR. |
| 32 | - * - \ref qmake_integration - Add OpenBR to your Qt <tt>.pro</tt> project. | 32 | + * - \ref examples - Source code illustrating common use cases. |
| 33 | * | 33 | * |
| 34 | * \section learn_more Learn More | 34 | * \section learn_more Learn More |
| 35 | * - \ref algorithm_grammar - How algorithms are constructed from string descriptions. | 35 | * - \ref algorithm_grammar - How algorithms are constructed from string descriptions. |
| @@ -37,6 +37,7 @@ | @@ -37,6 +37,7 @@ | ||
| 37 | * - \ref c_sdk - High-level API for running algorithms and evaluating results. | 37 | * - \ref c_sdk - High-level API for running algorithms and evaluating results. |
| 38 | * - \ref cpp_plugin_sdk - Plugin API for extending OpenBR functionality. | 38 | * - \ref cpp_plugin_sdk - Plugin API for extending OpenBR functionality. |
| 39 | * - \ref bee - A <a href="http://www.nist.gov/index.html">NIST</a> standard for evaluating biometric algorithms. | 39 | * - \ref bee - A <a href="http://www.nist.gov/index.html">NIST</a> standard for evaluating biometric algorithms. |
| 40 | + * - \ref qmake_integration - Add OpenBR to your Qt <tt>.pro</tt> project. | ||
| 40 | */ | 41 | */ |
| 41 | 42 | ||
| 42 | /*! | 43 | /*! |