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
Post a Comment