Skip to content

Commit

Permalink
improve doxygen config; fix doxygen warnings for baseapi.h
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@712 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
zdenop@gmail.com committed Mar 28, 2012
1 parent 0d5e8b5 commit ee44165
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 102 deletions.
3 changes: 2 additions & 1 deletion api/baseapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ class TESS_API TessBaseAPI {
TESS_LOCAL const PAGE_RES* GetPageRes() const {
return page_res_;
};
/* @} */

protected:
Tesseract* tesseract_; ///< The underlying data object.
Expand All @@ -730,7 +731,7 @@ class TESS_API TessBaseAPI {
TruthCallback *truth_cb_; /// fxn for setting truth_* in WERD_RES

/**
* @defgroup ThresholderParams
* @defgroup ThresholderParams Thresholder Parameters
* Parameters saved from the Thresholder. Needed to rebuild coordinates.
*/
/* @{ */
Expand Down
Loading

0 comments on commit ee44165

Please sign in to comment.