Commit e934f8d6c76414ece668981c8cb1cd5a042255f7

Authored by Josh Klontz
1 parent e8a6a614

updated docs to suggest using the lastest tagged release, fixed indentation

Showing 1 changed file with 10 additions and 5 deletions
openbr/openbr_export.cpp
@@ -55,6 +55,7 @@ @@ -55,6 +55,7 @@
55 * 55 *
56 * \section installation_from_source From Source 56 * \section installation_from_source From Source
57 * Installation from source is the recommended method for getting OpenBR on your machine. 57 * Installation from source is the recommended method for getting OpenBR on your machine.
  58 + * <b>If you are interested in our off-the-shelf algorithms, please use the latest tagged release instead of the master branch.</b>
58 * If you need a little help getting started, choose from the list of build instructions for free C++ compilers below: 59 * If you need a little help getting started, choose from the list of build instructions for free C++ compilers below:
59 * - \subpage windows_msvc 60 * - \subpage windows_msvc
60 * - \subpage osx_clang 61 * - \subpage osx_clang
@@ -121,6 +122,7 @@ $ br -help @@ -121,6 +122,7 @@ $ br -help
121 $ cd /c 122 $ cd /c
122 $ git clone https://github.com/biometrics/openbr.git 123 $ git clone https://github.com/biometrics/openbr.git
123 $ cd openbr 124 $ cd openbr
  125 + $ git checkout 0.5
124 $ git submodule init 126 $ git submodule init
125 $ git submodule update 127 $ git submodule update
126 \endcode 128 \endcode
@@ -189,6 +191,7 @@ $ br -help @@ -189,6 +191,7 @@ $ br -help
189 \code 191 \code
190 $ git clone https://github.com/biometrics/openbr.git 192 $ git clone https://github.com/biometrics/openbr.git
191 $ cd openbr 193 $ cd openbr
  194 + $ git checkout 0.5
192 $ git submodule init 195 $ git submodule init
193 $ git submodule update 196 $ git submodule update
194 \endcode 197 \endcode
@@ -275,6 +278,7 @@ $ br -help @@ -275,6 +278,7 @@ $ br -help
275 \code 278 \code
276 $ git clone https://github.com/biometrics/openbr.git 279 $ git clone https://github.com/biometrics/openbr.git
277 $ cd openbr 280 $ cd openbr
  281 + $ git checkout 0.5
278 $ git submodule init 282 $ git submodule init
279 $ git submodule update 283 $ git submodule update
280 \endcode 284 \endcode
@@ -363,6 +367,7 @@ $ br -help @@ -363,6 +367,7 @@ $ br -help
363 \code 367 \code
364 $ git clone https://github.com/biometrics/openbr.git 368 $ git clone https://github.com/biometrics/openbr.git
365 $ cd openbr 369 $ cd openbr
  370 + $ git checkout 0.5
366 $ git submodule init 371 $ git submodule init
367 $ git submodule update 372 $ git submodule update
368 \endcode 373 \endcode
@@ -383,11 +388,11 @@ $ br -help @@ -383,11 +388,11 @@ $ br -help
383 \endcode 388 \endcode
384 */ 389 */
385 390
386 - /*!  
387 - * \page help Help  
388 - * - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">openbr-dev@googlegroups.com</a>  
389 - * - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a>  
390 - */ 391 +/*!
  392 + * \page help Help
  393 + * - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">openbr-dev@googlegroups.com</a>
  394 + * - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a>
  395 + */
391 396
392 /*! 397 /*!
393 * \page qmake_integration QMake Integration 398 * \page qmake_integration QMake Integration