File: general.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (20 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- vim:tabstop=4:shiftwidth=4:noexpandtab:textwidth=80 
-->
<part id="general_part">
	<title>PDFEdit general overview</title>
	<para>
		This part describes general information about project internals. Which
		technologies were used during design and implementation and which helper
		(utils) classes were implemented as support for particular tasks.
		Finally describes &xpdf_link_index; code reusage and modifications
		neccessary to enable such usage.
	</para>

	&general_techn;
	
	&general_layers;

	&general_utils;
	
	&general_xpdf;
</part>