Avoid yourself the hassles of explaining each new variable of your custom inspector components to your users.
Reuse your code comments as inspector tooltips in the Unity editor.
CommentToTooltip automatically generates new tooltips, or updates existing ones, based on your existing code comments.
For now, CommentToTooltip supports the following comment types for C# :
///
/// Single line documentation
///
/**
* Delimited documentation
* */
// Single line
For your specific needs, you can use the included files to customize and automate further the tooltip generation process.