diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-03-20 11:23:08 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-10-03 15:09:23 +0200 |
commit | f3ba1158e44f4b1517277ef660edbc7c88f089dc (patch) | |
tree | d99fc286e21647a791885db2bfc7d7802f5ed210 | |
parent | 491a0ad0b9513d9de7909cc795f683f7b34a6737 (diff) | |
download | ffmpeg-f3ba1158e44f4b1517277ef660edbc7c88f089dc.tar.gz |
doc/developer: merge the 'contributing code' section into its parent chapter
The section consistes of a single short paragraph linking to other
chapters. The enclosing chapter also has no other sections, all other
text is placed in the chapter directly.
Keeping a separate section for this paragraph just adds more clutter.
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 85515f5d37..d27716ab97 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -44,8 +44,6 @@ By supporting the project you find useful you ensure it continues to be maintained and developed. @end itemize -@section Contributing code - All proposed code changes should be submitted for review to @url{mailto:ffmpeg-devel@@ffmpeg.org, the development mailing list}, as described in more detail in the @ref{Submitting patches} chapter. The code |