~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to scripts/doc/irrlicht/tutorials.sed

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Page start and end are delimited by /** and **/
 
2
# we keep the end unchanged, the header is extended
 
3
s/\/\*\* Example \(0*\)\([0-9]*\) \(.*\)$/\/\*\* \\page example\1\2 Tutorial \2: \3\n \\image html \"\1\2shot.jpg\"\n \\image latex \"\1\2shot.jpg\"/
 
4
 
 
5
# All other comments start and end code sections
 
6
s/\([^\*]\)\*\//\1\\code/
 
7
s/^\*\//\\code/
 
8
 
 
9
s/\/\*\([^\*]\)/\\endcode \1/
 
10
s/\/\*$/\\endcode\n/
 
11
 
 
12
#remove DOS line endings
 
13
s/\r//g