Skip to content

Conversation

@paulgessinger
Copy link
Contributor

class TFileMergeInfo;

class TRatioPlot : public TPad {
class TRatioPlot : public TObject {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you inherit from TObject (and you should) then we need to #include TObject.h. If you source file starts with #include "TRatioPlot.h" then it should have told you - which is why that should be the first #include :-)

@FonsRademakers FonsRademakers merged commit 6b2afa2 into root-project:master Aug 31, 2016
/// ~~~

TAxis* TRatioPlot::GetLowerRefYaxis()
TAxis* TRatioPlot::GetLowerRefYaxis() const
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These trivial one-liners could be inlined.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karies But can I write doxygen comments if they're inline? That's why I put them out-of-line

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you can write doxygen also for inline funcs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok. I'll inline them then.

@couet
Copy link
Member

couet commented Aug 31, 2016

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants