COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc-docbook/src/xml/osztaly-forma.xml @ 66:cd56b9c11492

Last change on this file since 66:cd56b9c11492 was 66:cd56b9c11492, checked in by beckerjc, 20 years ago

docbook dokumentacio illusztracio

File size: 1.5 KB
Line 
1<!-- Az osztaly definialasahoz a docbook altal adott classsynopsys
2     element nem tunik jonak, ugyhogy egyelore ime egy sima synopsys
3     blokk, majd meg alakul... -->
4
5<synopsis>
6<![CDATA[
7class Osztaly {
8public:
9  int x;
10
11  Osztaly(int i = 5);
12
13  virtual longlong metodus(double alfa, char* s);
14}
15]]>
16</synopsis>
17
18<!-- Igy nezne ez ki docbook markup-pal: (a komplexitasan kivul az a
19     baj vele, hogy bugosra fordul:
20 
21<classsynopsis language="C++">
22  <ooclass>
23    <classname>Osztaly neve</classname>
24  </ooclass>
25
26  <fieldsynopsis>
27    <modifier>public</modifier>
28    <type>int</type>
29    <varname>x</varname>
30  </fieldsynopsis>
31
32  <constructorsynopsis>
33    <methodparam>
34      <parameter><type>int</type>i</parameter>
35      <initializer>5</initializer>
36    </methodparam>
37  </constructorsynopsis>
38
39  <methodsynopsis>
40    <modifier>virtual</modifier>
41    <type>longlong</type>
42   <methodname>a_metodus</methodname>
43    <methodparam>
44      <parameter><type>double</type>alfa</parameter>
45    </methodparam>
46    <methodparam>
47      <parameter><type>char*</type>s</parameter>
48    </methodparam>
49  </methodsynopsis>
50
51</classsynopsis>
52-->
53
54<!-- Keep this comment at the end of the file
55Local variables:
56mode: xml
57sgml-omittag:nil
58sgml-shorttag:nil
59sgml-namecase-general:nil
60sgml-general-insert-case:lower
61sgml-minimize-attributes:nil
62sgml-always-quote-attributes:t
63sgml-indent-step:2
64sgml-indent-data:nil
65sgml-parent-document:("graph-classes.xml" "sect1" "classsynopsis")
66sgml-exposed-tags:nil
67sgml-local-catalogs:nil
68sgml-local-ecat-files:nil
69End:
70-->
Note: See TracBrowser for help on using the repository browser.