doxygen - How to document screen / console / terminal input and output -


what best way document console input , output? in docbook have used (screen) , (programlisting) can't find similar tag in doxygen.

i need 2 formats. listing of console commands seen in script whic can copy pasted, like:

touch foo ls -hg foo 

and other format seen on screen output:

joe@car:~$ touch joe@car:~$ ls -hg foo ls: cannot access foo: no such file or directory -rw-r--r-- 1 joe 9.3k mar  5 10:23 

thanks/hans

i think want @verbatim / @endverbatim.

alternatively @code may equivalent programlisting mode, think verbatim suits needs better.

the format of resulting text can adjusted in css file, if want particular font etc.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -