Loads more doxy.

This commit is contained in:
Jason Felds
2011-02-26 02:38:28 -05:00
parent c5974890a2
commit 14047a9e87
16 changed files with 122 additions and 75 deletions
+9 -5
View File
@@ -23,9 +23,11 @@ struct BacktraceContext
#endif
};
/* Initialize. This is optional. If not called explicitly, it will be
* called as necessary. This may do things that are not safe to do in
* crash conditions. */
/**
* @brief Initialize the backtrace.
*
* This is optional. If not called explicitly, it will be called as necessary.
* This may do things that are not safe to do in crash conditions. */
void InitializeBacktrace();
/* Retrieve up to size-1 backtrace pointers in buf. The array will be
@@ -47,8 +49,10 @@ void GetSignalBacktraceContext( BacktraceContext *ctx, const ucontext_t *uc );
#endif
/*
* (c) 2003-2004 Glenn Maynard
/**
* @file
* @author Glenn Maynard (c) 2003-2004
* @section LICENSE
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a