[Klone-users] kloned: how to generate PDF documentation

thomas fossati tho at koanlogic.com
Fri Dec 5 08:34:20 EST 2008


Hi Steven,

On Dec 5, 2008, at 1:30 PM, Steven Van Ingelgem wrote:
> I would like a 1 document so I can study klone functions on the train,
> but I don't seem to be able to let kloned build a pdf (via doxygen)?
>
> How could I achieve this?


if you need to dig into klone sources I'd suggest to use c2ps:

$ wget http://www.cs.technion.ac.il/users/c2ps/c2ps-4.0.tar.gz
$ tar zxf c2ps-4.0.tar.gz
$ cd c2ps-4.0 && make
# make install

Then go to klone-core source directory (e.g. klone-2.1.1/build/target/ 
klone-core-2.1.1) and do:

$ find src klone -name "*.[ch]" -exec c2ps {} \; > klone-srcs.ps

Be warned that the output is a 540 page beast :)

ciao, t.




More information about the klone-users mailing list