summaryrefslogtreecommitdiff
path: root/src/language_tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/language_tag.h')
-rw-r--r--src/language_tag.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/language_tag.h b/src/language_tag.h
index 06134b03..3b0b6ac9 100644
--- a/src/language_tag.h
+++ b/src/language_tag.h
@@ -31,6 +31,12 @@
files in the program, then also delete it here.
*/
+
+/** @file src/language_tag.cc
+ * @brief LanguageTag class
+ */
+
+
#ifndef LIBDCP_LANGUAGE_TAG_H
#define LIBDCP_LANGUAGE_TAG_H
@@ -232,12 +238,14 @@ private:
std::vector<ExtlangSubtag> _extlangs;
};
+
extern bool operator==(dcp::LanguageTag const& a, dcp::LanguageTag const& b);
extern std::ostream& operator<<(std::ostream& os, dcp::LanguageTag const& tag);
extern void load_language_tag_lists (boost::filesystem::path tags_directory);
+
}
#endif