45 lines
2.0 KiB
Diff
45 lines
2.0 KiB
Diff
From ea23c9ae2eb733bc1f2033271beaa37bff96e320 Mon Sep 17 00:00:00 2001
|
|
From: Azat Khuzhin <a3at.mail@gmail.com>
|
|
Date: Sun, 27 Dec 2015 00:42:41 +0300
|
|
Subject: [PATCH] doc/introduction: fix links to headers >4K in size
|
|
|
|
Reported-by: rhieber <rhieber@rohieb.name>
|
|
Debian-Bug-Id: #808614
|
|
---
|
|
doc/introduction.html | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/doc/introduction.html b/doc/introduction.html
|
|
index 326f64e..ba2eed0 100644
|
|
--- a/doc/introduction.html
|
|
+++ b/doc/introduction.html
|
|
@@ -39,21 +39,21 @@ The data types and functions useful to the typical user are declared in the foll
|
|
<TH><U>Description</U></TH>
|
|
</TR>
|
|
<TR VALIGN="top">
|
|
- <TD><B>#include <<A HREF="headers/CUnit.h">CUnit/CUnit.h</A>></B></TD>
|
|
+ <TD><B>#include <<A HREF="headers/CUnit.h.gz">CUnit/CUnit.h</A>></B></TD>
|
|
<TD>ASSERT macros for use in test cases, and includes other framework headers.</TD>
|
|
</TR>
|
|
<TR VALIGN="top">
|
|
- <TD><B>#include <<A HREF="headers/CUError.h">CUnit/CUError.h</A>></B></TD>
|
|
+ <TD><B>#include <<A HREF="headers/CUError.h.gz">CUnit/CUError.h</A>></B></TD>
|
|
<TD>Error handing functions and data types. <I>Included automatically by CUnit.h.</I></TD>
|
|
</TR>
|
|
<TR VALIGN="top">
|
|
- <TD><B>#include <<A HREF="headers/TestDB.h">CUnit/TestDB.h</A>></B></TD>
|
|
+ <TD><B>#include <<A HREF="headers/TestDB.h.gz">CUnit/TestDB.h</A>></B></TD>
|
|
<TD>Data type definitions and manipulation functions for the test registry, suites, and tests.
|
|
<I>Included automatically by CUnit.h.</I>
|
|
</TD>
|
|
</TR>
|
|
<TR VALIGN="top">
|
|
- <TD><B>#include <<A HREF="headers/TestRun.h">CUnit/TestRun.h</A>></B></TD>
|
|
+ <TD><B>#include <<A HREF="headers/TestRun.h.gz">CUnit/TestRun.h</A>></B></TD>
|
|
<TD>Data type definitions and functions for running tests and retrieving results.
|
|
<I>Included automatically by CUnit.h.</I>
|
|
</TD>
|
|
--
|
|
2.6.4
|
|
|