diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-08 15:34:56 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-09 21:53:59 +0200 |
commit | 4c98976124f611b1a475bccb1b5177ff536be79c (patch) | |
tree | 0a31803f9e2d423d43d4974ac5fd2975fb92cc55 /doc/developer.texi | |
parent | f98c9fb27de84dc4f6123537b754eb2fe1a80c02 (diff) | |
download | ffmpeg-4c98976124f611b1a475bccb1b5177ff536be79c.tar.gz |
doc: replace @pxref by @ref where appropriate
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 37b9f3e889..cae4f3df5e 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -224,7 +224,7 @@ Note, some rules were borrowed from the MPlayer project. @section Submitting patches -First, read the (@pxref{Coding Rules}) above if you did not yet, in particular +First, read the @ref{Coding Rules} above if you did not yet, in particular the rules regarding patch submission. As stated already, please do not submit a patch which contains several @@ -238,7 +238,7 @@ for us and greatly increases your chances of getting your patch applied. Use the patcheck tool of Libav to check your patch. The tool is located in the tools directory. -Run the @pxref{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 |