diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-12-17 16:49:25 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-12-17 16:49:25 +0100 |
commit | c0bea18411947c01fb97e5c3a83a35763a896faf (patch) | |
tree | a1b95a0b624b914ed36b2f0fedf99ddda089ef51 | |
parent | 6aeba3fd6bddd57cc7f46bd6038ef98f7f22e112 (diff) | |
download | ffmpeg-c0bea18411947c01fb97e5c3a83a35763a896faf.tar.gz |
doc: fix "reference to nonexistent node `Regression Tests'" warning.
-rw-r--r-- | doc/developer.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |