From c0bea18411947c01fb97e5c3a83a35763a896faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 17 Dec 2011 16:49:25 +0100 Subject: [PATCH] doc: fix "reference to nonexistent node `Regression Tests'" warning. --- doc/developer.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developer.texi b/doc/developer.texi index 6e65b42738..1c697100f4 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -345,7 +345,7 @@ for us and greatly increases your chances of getting your patch applied. Use the patcheck tool of FFmpeg to check your patch. The tool is located in the tools directory. -Run the @ref{Regression Tests} before submitting a patch in order to verify +Run the @ref{Regression tests} before submitting a patch in order to verify it does not cause unexpected problems. Patches should be posted as base64 encoded attachments (or any other @@ -508,6 +508,7 @@ not related to the comments received during review. Such patches will be rejected. Instead, submit significant changes or new features as separate patches. +@anchor{Regression tests} @section Regression tests Before submitting a patch (or committing to the repository), you should at least