<!-- Az osztaly definialasahoz a docbook altal adott classsynopsys
     element nem tunik jonak, ugyhogy egyelore ime egy sima synopsys 
     blokk, majd meg alakul... -->

<synopsis>
<![CDATA[
class Osztaly {
public:
  int x;

  Osztaly(int i = 5);

  virtual longlong metodus(double alfa, char* s);
}
]]>
</synopsis>

<!-- Igy nezne ez ki docbook markup-pal: (a komplexitasan kivul az a 
     baj vele, hogy bugosra fordul: 
 
<classsynopsis language="C++">
  <ooclass>
    <classname>Osztaly neve</classname>
  </ooclass>

  <fieldsynopsis>
    <modifier>public</modifier>
    <type>int</type>
    <varname>x</varname>
  </fieldsynopsis>

  <constructorsynopsis>
    <methodparam>
      <parameter><type>int</type>i</parameter>
      <initializer>5</initializer>
    </methodparam>
  </constructorsynopsis>

  <methodsynopsis>
    <modifier>virtual</modifier>
    <type>longlong</type>
   <methodname>a_metodus</methodname>
    <methodparam>
      <parameter><type>double</type>alfa</parameter>
    </methodparam>
    <methodparam>
      <parameter><type>char*</type>s</parameter>
    </methodparam>
  </methodsynopsis>

</classsynopsis>
-->

<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:("graph-classes.xml" "sect1" "classsynopsis")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
