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. https://github.com/krb5/krb5/commit/6a019d5cff9aecb88591accf03ac737c6f910c69 Author: Ben Kaduk Commit: 6a019d5cff9aecb88591accf03ac737c6f910c69 Branch: master src/include/krb5/krb5.hin | 16 +++++++++++----- src/lib/krb5/os/trace.c | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-)