.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH pyxml2dot 1 "September 12, 2005" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME pyxml2dot \- convert an XML representation of python code into a dot schema .br .SH DESCRIPTION pyxml2dot prints on the standard output a dot schema generated from the XML representation of python code read from the standard input. .SH "USAGE" .IX Header "USAGE" cat MyClass.py.xml | pyxml2dot > MyClass.py.dot .SH AUTHOR written by PimenTech staff .SH "REPORTING BUGS" Report bugs to . .SH COPYRIGHT Copyright \(co 2005 Pimentech. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH SEE ALSO .BR pysrc2xml (1), .BR dot (1), .BR dotty (1).