summaryrefslogtreecommitdiff
path: root/doc/texi2pod.pl
Commit message (Collapse)AuthorAge
* doc/texi2pod: rework man inclusion logicStefano Sabatini2012-12-19
| | | | | | | | | | | 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-18
| | | | | 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-17
| | | | | 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-17
|
* doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to ","Stefano Sabatini2012-10-24
| | | | | | | 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-12
| | | | | | | | | 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-20
| | | | | | | 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-09
|
* support @heading, @subheading, @subsubheading, and @subsubsection inJustin Ruggles2011-03-25
| | | | texi2pod.pl
* Remove @anchor{} commands from the POD output.Stefano Sabatini2010-11-30
| | | | | | 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-08
| | | | | | 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-08
| | | | | | | | | | 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-08
| | | | | | | | | | 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-05
| | | | | | 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-01
| | | | | | | | | | 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-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | 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-24
ffserver and ffplay Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk