@@ -80,13 +80,13 @@ class TEveElement
8080 List_t fParents ; // List of parents.
8181 List_t fChildren ; // List of children.
8282 TEveCompound *fCompound ; // Compound this object belongs to.
83- TEveElement *fVizModel ; // ! Element used as model from VizDB.
83+ TEveElement *fVizModel ; // /< ! Element used as model from VizDB.
8484 TString fVizTag ; // Tag used to query VizDB for model element.
8585
86- Int_t fNumChildren ; // !
87- Int_t fParentIgnoreCnt ; // ! Counter for parents that are ignored in ref-counting.
88- Int_t fTopItemCnt ; // ! Counter for top-level list-tree items that prevent automatic destruction.
89- Int_t fDenyDestroy ; // ! Deny-destroy count.
86+ Int_t fNumChildren ; // /< !
87+ Int_t fParentIgnoreCnt ; // /< ! Counter for parents that are ignored in ref-counting.
88+ Int_t fTopItemCnt ; // /< ! Counter for top-level list-tree items that prevent automatic destruction.
89+ Int_t fDenyDestroy ; // /< ! Deny-destroy count.
9090 Bool_t fDestroyOnZeroRefCnt ; // Auto-destruct when ref-count reaches zero.
9191
9292 Bool_t fRnrSelf ; // Render this element.
@@ -99,10 +99,10 @@ class TEveElement
9999 Color_t *fMainColorPtr ; // Pointer to main-color variable.
100100 TEveTrans *fMainTrans ; // Pointer to main transformation matrix.
101101
102- sLTI_t fItems ; // ! Set of list-tree-items.
102+ sLTI_t fItems ; // /< ! Set of list-tree-items.
103103
104104 TRef fSource ; // External object that is represented by this element.
105- void *fUserData ; // ! Externally assigned and controlled user data.
105+ void *fUserData ; // /< ! Externally assigned and controlled user data.
106106
107107 virtual void PreDeleteElement ();
108108 virtual void RemoveElementsInternal ();
@@ -310,10 +310,10 @@ class TEveElement
310310
311311protected:
312312 Bool_t fPickable ;
313- Bool_t fSelected ; // !
314- Bool_t fHighlighted ; // !
315- Short_t fImpliedSelected ; // !
316- Short_t fImpliedHighlighted ; // !
313+ Bool_t fSelected ; // /< !
314+ Bool_t fHighlighted ; // /< !
315+ Short_t fImpliedSelected ; // /< !
316+ Short_t fImpliedHighlighted ; // /< !
317317
318318 enum ECompoundSelectionColorBits
319319 {
@@ -398,8 +398,8 @@ class TEveElement
398398 };
399399
400400protected:
401- UChar_t fChangeBits ; // !
402- Char_t fDestructing ; // !
401+ UChar_t fChangeBits ; // /< !
402+ Char_t fDestructing ; // /< !
403403
404404public:
405405 void StampColorSelection () { AddStamp (kCBColorSelection ); }
0 commit comments