You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation comments, @param name is not same as real parameter name.
Here are some differences I had discovered, maybe there are others I haven't discovered :
Is there an existing issue for this?
Current Behavior
In documentation comments,
@param
name is not same as real parameter name.Here are some differences I had discovered, maybe there are others I haven't discovered :
https://github.com/alibaba/GraphAr/blob/75dfb4234c7bb1aaaf2d408a4e3e0aed92a127a6/cpp/include/gar/graph_info.h#L1086
https://github.com/alibaba/GraphAr/blob/75dfb4234c7bb1aaaf2d408a4e3e0aed92a127a6/cpp/include/gar/graph_info.h#L1260
Expected Behavior
@param
name is same as real parameter name.Minimal Reproducible Example
https://github.com/alibaba/GraphAr/blob/75dfb4234c7bb1aaaf2d408a4e3e0aed92a127a6/cpp/include/gar/graph_info.h#L1257
https://github.com/alibaba/GraphAr/blob/75dfb4234c7bb1aaaf2d408a4e3e0aed92a127a6/cpp/include/gar/graph_info.h#L1260
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: