~ubuntu-branches/ubuntu/vivid/kde-l10n-nl/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/kdesdk/scripts/man-adddebug.1.docbook

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-21 12:33:46 UTC
  • mfrom: (1.12.49)
  • Revision ID: package-import@ubuntu.com-20150121123346-a7j2ogwaxtk8om4h
Tags: 4:14.12.2-0ubuntu1
* New upstream release, first version from KDE Applications
* Revert install to /usr/share/locale/
* Add debian/overlapping files to remove files that are in plasma5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
3
 
<!ENTITY % Dutch "INCLUDE">
4
 
]>
5
 
 
6
 
<refentry lang="&language;">
7
 
<refentryinfo>
8
 
<author
9
 
><personname
10
 
><firstname
11
 
>Ben</firstname
12
 
><surname
13
 
>Burton</surname
14
 
></personname
15
 
> <email
16
 
>bab@debian.org</email
17
 
></author>
18
 
<date
19
 
>7 maart 2003</date>
20
 
</refentryinfo>
21
 
 
22
 
<refmeta>
23
 
<refentrytitle
24
 
><command
25
 
>adddebug</command
26
 
></refentrytitle>
27
 
<manvolnum
28
 
>1</manvolnum>
29
 
</refmeta>
30
 
 
31
 
<refnamediv>
32
 
<refname
33
 
><command
34
 
>adddebug</command
35
 
></refname>
36
 
<refpurpose
37
 
>Past de <filename
38
 
>Makefile</filename
39
 
>(s) aan om extra debug-informatie bij te voegen</refpurpose>
40
 
</refnamediv>
41
 
 
42
 
<refsynopsisdiv>
43
 
<cmdsynopsis
44
 
><command
45
 
>adddebug</command
46
 
> <group
47
 
><option
48
 
>-k</option
49
 
></group
50
 
> <group
51
 
><option
52
 
>-r</option
53
 
></group
54
 
> <group
55
 
><option
56
 
>-n</option
57
 
></group
58
 
> </cmdsynopsis>
59
 
</refsynopsisdiv>
60
 
 
61
 
<refsect1>
62
 
<title
63
 
>Beschrijving</title>
64
 
 
65
 
<para
66
 
><command
67
 
>adddebug</command
68
 
> past de <filename
69
 
>Makefile</filename
70
 
> aan in de huidige map (en eventueel in submappen) om extra debug-informatie toe te voegen aan het programma (<option
71
 
>-g3</option
72
 
>). Het verwijdert ook optimalisatie-instellingen (<option
73
 
>-O[1-9]</option
74
 
>).</para>
75
 
 
76
 
<para
77
 
>Dit hulpmiddel is een onderdeel van het software-ontwikkelpakket van &kde;.</para>
78
 
 
79
 
</refsect1>
80
 
 
81
 
<refsect1>
82
 
<title
83
 
>Opties</title>
84
 
 
85
 
<variablelist>
86
 
<varlistentry>
87
 
<term
88
 
><option
89
 
>-k</option
90
 
></term>
91
 
<listitem
92
 
><para
93
 
>Optimalisaties behouden (de vlaggen <option
94
 
>-O[1-9]?</option
95
 
> niet verwijderen, standaard gebeurt dit wel).</para>
96
 
</listitem>
97
 
</varlistentry>
98
 
<varlistentry>
99
 
<term
100
 
><option
101
 
>-r</option
102
 
></term>
103
 
<listitem>
104
 
<para
105
 
>Zoek recursief door alle submappen van de huidige map en maak aanpassingen op iedere gevonden <filename
106
 
>Makefile</filename
107
 
>. </para>
108
 
</listitem>
109
 
</varlistentry>
110
 
<varlistentry>
111
 
<term
112
 
><option
113
 
>-n</option
114
 
></term>
115
 
<listitem
116
 
><para
117
 
>zonder gedefinieerde NDEBUG en NO_DEBUG compileren (maakt de <function
118
 
>kDebug</function
119
 
>-aanroepen mogelijk)</para
120
 
></listitem>
121
 
</varlistentry>
122
 
</variablelist>
123
 
</refsect1>
124
 
 
125
 
</refentry>