I want to be able to use a decorator for logging purposes and I would like to be able to provide some information in that log entry that would be static information.
I could make a lookup table of function/method names along with the information I want to include but that seems to be a bit extreme. Considering there is already a mechanism to be able to do this exact thing. The issue would be that information being added to the documentation.
Is there a comment flag or a directive that will stop sphinx from including the line(s)?