Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
08/03/15 09:32:50 (9 years ago)
Author:
admin
Comment:
✎ Edit

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    55[[PageOutline]]
    66
    7 == Documentation generated by Doxygen ==
    8 
    9 
    10 - TODO: post-commit hook for doxygen
    11   * Documentation for the trunk: [doxygen:/index Main Page]
    12   * [doxygen:SucheZahl]
    13 
    14 == Display source code ==
    15 [[Include(source:example.c)]]
    16 
    17 
    18 {{{
    19 #!CodeExample
    20 #!python
    21     def apply_timer(self):
    22         timer = QTimer(self)
    23         self.connect(timer, SIGNAL('timeout()'), self.update_statusbar)
    24         timer.start(settings.HINTS_UPDATE_PERIOD)
    25 }}}
    26 
    27 
    28 {{{
    29 #!c
    30 OTF2_ArchiveData*
    31 OTF2_ArchiveHandler_NewArchive(const char *filePath,
    32                                uint64_t chunkSize,
    33                                uint64_t bufferSize );
    34 
    35 }}}
    36 
    37 {{{
    38 #!f90
    39 program otto
    40   use pal
    41   implicit nonepages by browsing through the links. pages by browsing through the links.
    42   character(len=*),parameter :: palin="retter"
    43   logical                    :: heyho
    44   heyho=anna(palin)
    45   if (heyho) then
    46      write(unit=*,fmt=*) "JAWOHL!"
    47   else
    48      write(unit=*,fmt=*) "NOE!"
    49   end if
    50 end program otto
    51 }}}
    52 
    537= Section =
     8* [ ] space within brackets
     9* [x] lowercase x within brackets
     10* [X] uppercase X within brackets
     11* [+] plus within brackets
    5412
    5513== Starting Points ==