From ea23c9ae2eb733bc1f2033271beaa37bff96e320 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 27 Dec 2015 00:42:41 +0300 Subject: [PATCH] doc/introduction: fix links to headers >4K in size Reported-by: rhieber 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 Description - #include <CUnit/CUnit.h> + #include <CUnit/CUnit.h> ASSERT macros for use in test cases, and includes other framework headers. - #include <CUnit/CUError.h> + #include <CUnit/CUError.h> Error handing functions and data types. Included automatically by CUnit.h. - #include <CUnit/TestDB.h> + #include <CUnit/TestDB.h> Data type definitions and manipulation functions for the test registry, suites, and tests. Included automatically by CUnit.h. - #include <CUnit/TestRun.h> + #include <CUnit/TestRun.h> Data type definitions and functions for running tests and retrieving results. Included automatically by CUnit.h. -- 2.6.4