More function and variable documentation
[lhc/web/wiklou.git] / includes / parser / ParserOptions.php
index b8b2739..c975021 100644 (file)
@@ -43,6 +43,9 @@ class ParserOptions {
        var $mThumbSize;                 # Thumb size preferred by the user.
        var $mUserLang;                  # Language code of the User language.
 
+       /**
+        * @var User
+        */
        var $mUser;                      # Stored user object
        var $mIsPreview = false;         # Parsing the page for a "preview" operation
        var $mIsSectionPreview = false;  # Parsing the page for a "preview" operation on a single section