Skip to content

Commit

Permalink
[skip-ci] Update Doxygen typos and RunFunction description
Browse files Browse the repository at this point in the history
(code change in 5f342c5 )
  • Loading branch information
oljemark authored and dpiparo committed Nov 28, 2024
1 parent c4b53f8 commit 9f70a52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions interpreter/cling/include/cling/Interpreter/Interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ namespace cling {

///\brief Runs given wrapper function.
///
///\param [in] fname - The function name.
///\param [in] FD - The function declaration.
///\param [in,out] res - The return result of the run function. Must be
/// initialized to point to the return value's location if the
/// expression result is an aggregate.
Expand Down Expand Up @@ -580,7 +580,7 @@ namespace cling {
///
/// @param[in] line - The input containing the string to be completed.
/// @param[in] cursor - The offset for the completion point.
/// @param[out] completions - The results for teh completion
/// @param[out] completions - The results for the completion.
///
///\returns Whether the operation was fully successful.
///
Expand Down
4 changes: 2 additions & 2 deletions interpreter/cling/lib/Interpreter/LookupHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ namespace cling {

///\brief Look for a tag decl based on its name
///
///\param declName name of the class, enum, uniorn or namespace being
///\param declName name of the class, enum, union or namespace being
/// looked for
///\param resultDecl pointer that will be updated with the answer
///\param P Parse to use for the search
Expand Down Expand Up @@ -358,7 +358,7 @@ namespace cling {

///\brief Look for a tag decl based on its name
///
///\param typeName name of the class, enum, uniorn or namespace being
///\param typeName name of the class, enum, union or namespace being
/// looked for
///\param resultType reference to QualType that will be updated with the answer
///\param P Parse to use for the search
Expand Down
2 changes: 1 addition & 1 deletion math/mathcore/src/TMath.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ Double_t TMath::Binomial(Int_t n,Int_t k)
/// for _n_ smaller than 12 either method is acceptable ("Numerical Recipes")
///
/// Note this function is not exactly implementing the cumulative or the complement of the cumulative of the
/// Binomial distrinution. It is equivalent to ROOT::Math::binomial_cdf_c(k-1,p,n)
/// Binomial distribution. It is equivalent to ROOT::Math::binomial_cdf_c(k-1,p,n)
///
/// \author Anna Kreshuk

Expand Down

0 comments on commit 9f70a52

Please sign in to comment.