File: a-limits.html

package info (click to toggle)
htmldoc 1.7-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,472 kB
  • ctags: 657
  • sloc: cpp: 10,107; makefile: 80
file content (21 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<HTML>
<BODY>

<H1 ALIGN=RIGHT>A - Implementation Limits</H1>

<I>HTMLDOC</I> current has the following implementation limits:

<UL>
	<LI>Generated PostScript/PDF pages: 5000</LI>
	<LI>Chapters: 100</LI>
	<LI>Headings: 10000</LI>
	<LI>Links: 20000</LI>
	<LI>Table columns: 20</LI>
	<LI>Table rows: 1000</LI>
</UL>

This limits can be increased by changing the appropriate constant
definition in the <I>config.h</I> header file.

</BODY>
</HTML>