some more doxy

This commit is contained in:
Jim O'Regan 2015-05-14 14:40:28 +01:00
parent 37b4b55dc0
commit bded8f13d7

View File

@ -24,13 +24,13 @@ namespace tesseract {
extern const char *kUTF8LineSeparator;
extern const char *kUTF8ParagraphSeparator;
extern const char *kLRM; // Left-to-Right Mark
extern const char *kRLM; // Right-to-Left Mark
extern const char *kRLE; // Right-to-Left Embedding
extern const char *kPDF; // Pop Directional Formatting
extern const char *kLRM; //< Left-to-Right Mark
extern const char *kRLM; //< Right-to-Left Mark
extern const char *kRLE; //< Right-to-Left Embedding
extern const char *kPDF; //< Pop Directional Formatting
// The following are confusable internal word punctuation symbols
// which we normalize to the first variant when matching in dawgs.
/// The following are confusable internal word punctuation symbols
/// which we normalize to the first variant when matching in dawgs.
extern const char *kHyphenLikeUTF8[];
extern const char *kApostropheLikeUTF8[];