Make krb5_trace_info a typedef Our doxygen-to-sphinx documentation bridge only processes typedefs and not structure definitions, since we almost universally use typedefs for our data structures. krb5_trace_info is the sole exception, so bring it into the fold. While here, flesh out the comment a bit more. (cherry picked from commit 6a019d5cff9aecb88591accf03ac737c6f910c69) https://github.com/krb5/krb5/commit/5ed3a02859e91b67b289e7419e9433f50bfb1259 Author: Ben Kaduk Committer: Tom Yu Commit: 5ed3a02859e91b67b289e7419e9433f50bfb1259 Branch: krb5-1.11 src/include/krb5/krb5.hin | 16 +++++++++++----- src/lib/krb5/os/trace.c | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-)