summaryrefslogtreecommitdiffstats
path: root/doc/texi2pod.pl
Commit message (Collapse)AuthorAgeFilesLines
* doc/texi2pod: fix an unescaped left braceJames Almer2015-07-051-1/+1
| | | | | | | This silences some deprecation warnings Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* texi2pod: Handle @verbatimTimothy Gu2015-04-111-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '94f084324e648876508bed546d950762f10b875e'Michael Niedermayer2014-09-031-3/+3
|\ | | | | | | | | | | | | | | | | | | | | * commit '94f084324e648876508bed546d950762f10b875e': texi2pod: Make it output a single encoding string Conflicts: doc/texi2pod.pl See: 12ce58bebdff6bfae9c56dc785e3003968f93277 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * texi2pod: Make it output a single encoding stringLuca Barbato2014-09-031-2/+3
| | | | | | | | | | Intermixing =encoding utf-8 in the file can confuse some pod2man implementations.
* | Merge commit 'be59675add2a05a7400b1abf86201ab069d7b1dd'Michael Niedermayer2014-04-091-3/+11
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'be59675add2a05a7400b1abf86201ab069d7b1dd': doc: Change the multitable rendering in texi2pod Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Change the multitable rendering in texi2podLuca Barbato2014-04-081-3/+11
| | | | | | | | Makes it working better for our documentation purposes.
* | doc/texi2pod: fix encoding typeMichael Niedermayer2014-03-131-2/+3
| | | | | | | | | | | | | | docs say: 'A document having more than one "=encoding" line should be considered an error. ' Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-251-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: texi2pod: always declare the pod file as UTF-8 encoded Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * texi2pod: always declare the pod file as UTF-8 encodedJanne Grunau2014-02-241-0/+2
| |
* | doc/texi2pod: make references boldTimothy Gu2014-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | Inspired by GCC r86635. This is more consistent with other man pages. For example in `man git`, all the "git-help(1)" kind of cross refs are bold. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: doc: Try to find nonstandard Perl path from the environment Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Try to find nonstandard Perl path from the environmentDiego Biurrun2013-12-011-1/+3
| |
* | doc/texi2pod.pl: skip printing chapter names if they are disabledStefano Sabatini2013-03-301-1/+1
| |
* | doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini2013-03-071-1/+1
| | | | | | | | Fix potential spurious substitution.
* | doc/texi2pod: fix warnings introduced in ↵Stefano Sabatini2013-01-261-1/+1
| | | | | | | | | | | | e7e14bc69a606a6bec82efef729263cd38f122d4 The variable "$section" was replaced by "$chapter".
* | Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer2013-01-261-2/+18
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '38c1466ca41c73c7ce347da702362cb69c151716': dict: add av_dict_parse_string() doc: support multitable in texi2pod Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: support multitable in texi2podLuca Barbato2013-01-251-2/+18
| |
* | doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-01-131-0/+1
| | | | | | | | This allows to name an internal reference in the POD/MAN output.
* | doc/texi2pod: rework man inclusion logicStefano Sabatini2012-12-191-26/+31
| | | | | | | | | | | | | | | | | | | | | | Ignore @c man begin ... @c man end comments, rely on @chapter for marking the beginning of the various manual top level sections. This allows us to write markup which is not dependent on the specific texi2pod.pl implementation. This change causes a few rendering issues, which will be fixed in further patches.
* | doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini2012-12-181-1/+1
| | | | | | | | | | Ignore the other arguments, which have not to be processed by the POD renderer.
* | doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini2012-12-171-4/+4
| | | | | | | | | | With these commands it is possible to add HTML and non-HTML snippets, which will be useful for the "See Also" manual chapters.
* | doc/texi2pod: recognize @table @command.Nicolas George2012-11-171-1/+1
| |
* | doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","Stefano Sabatini2012-10-241-1/+0
| | | | | | | | | | | | | | I cannot find a reason for such a rule, which was resulting in badly escaped filtergraph snippets. Fix trac ticket #1610.
* | doc/texi2pod: add "use warnings" directiveStefano Sabatini2012-08-121-1/+3
|/ | | | | | | | | The script was previously run with perl -w through the shebang command. Now that the script is executed through direct perl invocation the -w in the shebang command is ignored. This patch re-enables "use warnings" whatever way the script is invoked. Idea-By: jamal <jamrial@gmail.com>
* doc: texi2pod: add -I flagMans Rullgard2012-03-201-8/+11
| | | | | | | This allows specifying additional directories to search for @include files. Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-091-0/+1
|
* support @heading, @subheading, @subsubheading, and @subsubsection inJustin Ruggles2011-03-251-2/+4
| | | | texi2pod.pl
* Remove @anchor{} commands from the POD output.Stefano Sabatini2010-11-301-0/+1
| | | | | | This allows to use the @xref{} command for the HTML output. Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl process @include texinfo directives wherever they areStefano Sabatini2010-06-081-11/+11
| | | | | | placed, and not only if inside @c man begin/end sections. Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tweak texi2pod.pl to make it print the various sections in theStefano Sabatini2010-06-081-3/+4
| | | | | | | | | | generated document following the same order as that used in the texi file. Also allow rendering of *all* the sections, not only a limited predefined subset. Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a rule triggered by @man begin WORD WORDS. This rule onlyStefano Sabatini2010-06-081-6/+1
| | | | | | | | | | outputs the section if WORDS has been defined in the list of options flags. The meaning of this rule is not clear, and not used by the FFmpeg documentation system anyway. Originally committed as revision 23542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asStefano Sabatini2010-06-051-1/+1
| | | | | | the corresponding sections in the man page have been renamed that way. Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl accept @itemize commands with no following characterStefano Sabatini2010-06-011-2/+2
| | | | | | | | | | or texinfo command for specifying how to generate @item marks, and make it use by default the mark symbol "*". This is consistent with texinfo docs: "If you don't specify a mark command, the default is `@bullet'." Originally committed as revision 23408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-2/+2
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-147/+147
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay documentation - added automatic man page generation for ffmpeg, ↵Fabrice Bellard2003-08-241-0/+427
ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud