Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 628 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(-)