gtenev commented on a change in pull request #6880:
URL: https://github.com/apache/trafficserver/pull/6880#discussion_r446236411
##########
File path: src/traffic_server/InkAPI.cc
##########
@@ -1966,6 +1966,23 @@ TSPluginRegister(const TSPluginRegistrationInfo
*plugin_info)
return TS_SUCCESS;
}
+////////////////////////////////////////////////////////////////////
Review comment:
You have already properly added Doxygen documentation in `ts.h` (we
could do it either here or in the header to avoid updating 2 places). It seems
that in this file this comment style (`/////...`) is often used for documenting
a group of functions, may be we can come up with more generic comment here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]