Inconsistent Parameter Naming in TH1::Fit

In this section:

http://root.cern.ch/root/html/TH1.html#TH1:Fit

the first parameter is named “formula” in the signature, but is referred to as “fname” in the text. They should be consistent. Is there a way to automate checking these things? Or to have the text automatically use the name of the parameter given in the signature? There must be some doxygen (or whatever doc system ROOT uses) feature for this.

Jean-François

When we will have moved to Doxygen this might be more automatic

It looks like it is already fixed in the source.