~ubuntu-branches/ubuntu/natty/gst123/natty

« back to all changes in this revision

Viewing changes to docs/gst123defs.doxi

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy), Rogério Brito
  • Date: 2010-05-29 11:23:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100529112351-z1ffbyinvriludew
Tags: 0.1.0-1
* New upstream release.
* debian/control:
  + Added good & base plugins to Depends
  + Added ffmpeg, ugly & bad plugins to Recommends
  + Added libgtk2.0-dev, libgstreamer-plugins-base0.10-dev to Build-Deps
* debian/copyright:
  + Updated copyrights
  + Updated my email address

[ Rogério Brito ]
* Include a missing comma in the depends field

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@doxer_hidden   # emacs: -*- mode: texinfo; texinfo-open-quote: "\""; texinfo-close-quote: "\""; -*-
 
2
#
 
3
# Copyright (C) 2005 Tim Janik <timj@@gtk.org>
 
4
#
 
5
# This software is provided "as is"; redistribution and modification
 
6
# is permitted, provided that the following disclaimer is retained.
 
7
 
8
# This software is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
11
# In no event shall the authors or contributors be liable for any
 
12
# direct, indirect, incidental, special, exemplary, or consequential
 
13
# damages (including, but not limited to, procurement of substitute
 
14
# goods or services; loss of use, data, or profits; or business
 
15
# interruption) however caused and on any theory of liability, whether
 
16
# in contract, strict liability, or tort (including negligence or
 
17
# otherwise) arising in any way out of the use of this software, even
 
18
# if advised of the possibility of such damage.
 
19
@include <doxer-standard.doxi>
 
20
 
 
21
#
 
22
#       BEAST/BSE macros
 
23
#
 
24
 
 
25
# path definitions
 
26
@defalias{top_webdir}   @doxer_get{TOP_WEBDIR}
 
27
@defalias{top_styledir} @top_webdir{}/style
 
28
 
 
29
#       Component names
 
30
@defalias{beastbse}     @emph{BEAST/BSE}
 
31
@defalias{beast}        @emph{BEAST}
 
32
@defalias{sfidl}        @emph{sfidl}
 
33
@defalias{gxk}          @emph{GXK}
 
34
@defalias{gtk}          @emph{GTK+}
 
35
@defalias{bse}          @emph{BSE}
 
36
@defalias{sfi}          @emph{SFI}
 
37
@defalias{bsesh}        @emph{BSESH}
 
38
@defalias{arts}         @emph{aRts}
 
39
 
 
40
##      semantic tags
 
41
@doxer_command          firstterm
 
42
@doxer_italic{@doxer_args{*}}
 
43
@done
 
44
@doxer_command          path                    @dnl file name paths
 
45
@doxer_italic{@doxer_monospace{@doxer_args{*}}}
 
46
@done
 
47
@defalias{file}         @path{@doxer_args{*}}
 
48
@doxer_command          key                     @dnl source code identifier
 
49
@doxer_bold{@doxer_span{key,@doxer_args{*}}}
 
50
@done
 
51
@doxer_command          ident                   @dnl source code identifier
 
52
@doxer_monospace{@doxer_args{*}}
 
53
@done
 
54
@doxer_command          var                     @dnl shorthand for variable identifiers
 
55
@doxer_monospace{@doxer_args{*}}
 
56
@done
 
57
@doxer_command          const                   @dnl source code constant
 
58
@doxer_monospace{@doxer_args{*}}
 
59
@done
 
60
@doxer_command          macro                   @dnl source code macro
 
61
@doxer_monospace{@doxer_args{*}}
 
62
@done
 
63
@doxer_command          option                  @dnl source code identifier as string
 
64
@doxer_monospace{:@doxer_args{*}:}
 
65
@done
 
66
@doxer_command          func                    @dnl source code function
 
67
@doxer_monospace{@doxer_args{*}}
 
68
@done
 
69
@doxer_command          type                    @dnl source code type name
 
70
@doxer_bold{@doxer_monospace{@doxer_args{*}}}
 
71
@done
 
72
@doxer_command          object                  @dnl source code object name
 
73
@doxer_bold{@doxer_monospace{@doxer_args{*}}}
 
74
@done
 
75
@doxer_command          label                   @dnl GUI labels
 
76
@doxer_italic{"@doxer_args{*}"}
 
77
@done
 
78
@doxer_command          channel                 @dnl GUI channel label
 
79
@doxer_bold{@doxer_italic{"@doxer_args{*}"}}
 
80
@done
 
81
@doxer_command          prop                    @dnl GUI property label
 
82
@doxer_bold{@doxer_italic{"@doxer_args{*}"}}
 
83
@done
 
84
@doxer_command          module                  @dnl GUI object name
 
85
@doxer_bold{@doxer_monospace{@doxer_args{*}}}
 
86
@done
 
87
@doxer_command          tab                     @dnl notebook tabulators
 
88
@doxer_bold{@doxer_span{tabulator,@doxer_args{*}}}
 
89
@done
 
90
@doxer_command          menu                    @dnl GUI menu paths, '/'-seperated
 
91
@doxer_bold{@doxer_sub{"\\/","/",@doxer_sub{"(?<!\\)/", " -> ",@doxer_args{*}}}}
 
92
@done
 
93
@doxer_command          important
 
94
@doxer_fontsize{+1,@doxer_bold{@doxer_args{*}}}
 
95
@done
 
96
 
 
97
## manual page markup
 
98
@doxer_command          mani    @dnl### manual page italic
 
99
@doxer_italic{@doxer_args{*}}
 
100
@done
 
101
@doxer_command          manb    @dnl### manual page bold
 
102
@doxer_bold{@doxer_args{*}}
 
103
@done
 
104
@doxer_command          manr    @dnl### manual page roman (normal)
 
105
@doxer_args{*}
 
106
@done
 
107
@doxer_command          mans    @dnl### manual page small
 
108
@doxer_args{*}
 
109
@done
 
110
 
 
111
@done   # finishes doxer_hidden section