Changeset cf26ba9 in mainline for generic/src/debug


Ignore:
Timestamp:
2006-05-01T12:24:32Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
953b0f33
Parents:
ea199e5
Message:

Improve Doxygen-comments.

Location:
generic/src/debug
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/src/debug/print.c

    rea199e5 rcf26ba9  
    2626 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2727 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     28 */
     29
     30/**
     31 * @file        print.c
     32 * @brief       Printing functions.
    2833 */
    2934
  • generic/src/debug/symtab.c

    rea199e5 rcf26ba9  
    2727 */
    2828
     29/**
     30 * @file        symtab.c
     31 * @brief       Kernel symbol resolver.
     32 */
    2933
    3034#include <symtab.h>
     
    3438#include <print.h>
    3539
    36 /** Return entry that seems most likely to correspond to address
     40/** Return entry that seems most likely to correspond to argument.
    3741 *
    3842 * Return entry that seems most likely to correspond
     
    5660}
    5761
    58 /** Find symbols that match the parameter forward and print them 
     62/** Find symbols that match the parameter forward and print them.
    5963 *
    6064 * @param name - search string
Note: See TracChangeset for help on using the changeset viewer.