Clarify member variable documentation

This commit is contained in:
Georg Baum 2014-11-16 19:15:13 +01:00
parent 941868e8d7
commit 9d8839f688

View File

@ -116,6 +116,8 @@ public:
mutable std::string document_language;
/** The master language. Non-null only for child documents.
Note that this is not the language of the top level master, but
of the direct parent for nested includes.
*/
mutable Language const * master_language;