-
- Downloads
Fix coding converntion violations: structs end on "_t".
Document typedef-to-class on a separate page per typedef (as in TMatrixD.html); mention the existing typedefs for a class (extremely useful for 350 character templates). TDocParser::Context() was returning the top of an empty stack when it was not parsing but only decorating keywords. Fix a few issues found by the W3C validator: a stray </div>, methods' toggle/signal/... abbr was a shorttag and wasn't meant to be (obviously). Also reference templated types. Also reference typedefs in a different scope than the global scope. Replace printf by a call to Info(). Bail out of a doc directive wants GUI but we cannot switch to non-batch. Also allow scopes and templates as return types for the type eval of an expression like "a.b()->". git-svn-id: http://root.cern.ch/svn/root/trunk@23908 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- html/inc/TClassDocOutput.h 2 additions, 1 deletionhtml/inc/TClassDocOutput.h
- html/inc/TDocInfo.h 3 additions, 0 deletionshtml/inc/TDocInfo.h
- html/inc/TDocOutput.h 1 addition, 0 deletionshtml/inc/TDocOutput.h
- html/inc/TDocParser.h 1 addition, 1 deletionhtml/inc/TDocParser.h
- html/inc/THtml.h 13 additions, 13 deletionshtml/inc/THtml.h
- html/src/TClassDocOutput.cxx 28 additions, 10 deletionshtml/src/TClassDocOutput.cxx
- html/src/TDocDirective.cxx 6 additions, 0 deletionshtml/src/TDocDirective.cxx
- html/src/TDocOutput.cxx 117 additions, 4 deletionshtml/src/TDocOutput.cxx
- html/src/TDocParser.cxx 54 additions, 2 deletionshtml/src/TDocParser.cxx
- html/src/THtml.cxx 31 additions, 14 deletionshtml/src/THtml.cxx
Loading
Please register or sign in to comment