From 9d8839f6884d3ef15cf5047815689c8b56c166ee Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 16 Nov 2014 19:15:13 +0100 Subject: [PATCH] Clarify member variable documentation --- src/OutputParams.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OutputParams.h b/src/OutputParams.h index 598b5753b8..87d8fcd122 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -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; -- 2.39.5