forked from KolibriOS/kolibrios
[kernel][doxygen] Test commit duration and add a doxygen comment on dbgstr macro
git-svn-id: svn://kolibrios.org@8968 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7bee83d268
commit
7964bb0c30
@ -66,11 +66,14 @@ macro diff10 title,l1,l2
|
|||||||
include 'kglobals.inc'
|
include 'kglobals.inc'
|
||||||
|
|
||||||
; \begin{diamond}[29.09.2006]
|
; \begin{diamond}[29.09.2006]
|
||||||
; may be useful for kernel debugging
|
|
||||||
|
; @brief May be useful for kernel debugging
|
||||||
; example 1:
|
; example 1:
|
||||||
; dbgstr 'Hello, World!'
|
; dbgstr 'Hello, World!'
|
||||||
; example 2:
|
; example 2:
|
||||||
; dbgstr 'Hello, World!', save_flags
|
; dbgstr 'Hello, World!', save_flags
|
||||||
|
; @param string Output string
|
||||||
|
; @param f Put here anything if you gonna save flags
|
||||||
macro dbgstr string*, f
|
macro dbgstr string*, f
|
||||||
{
|
{
|
||||||
local a
|
local a
|
||||||
|
Loading…
Reference in New Issue
Block a user