Пример #1
0
 /*!
  * \breif Load doxySettings from the UserDoxyFile of ot exist.
  *
  * If The user doxy file do not exist load from editor pref. or
  * as last restort default.
  */
 void OnEnable()
 {
     _doxySettings.Load();
     if (DoxyFile.DoxygenFileExist(DoxyType.User, _doxySettings))
     {
         _msgToUser = "******";
     }
     else
     {
         _msgToUser = "******";
     }
 }