briefapost4.py

Go to the documentation of this file.
00001 # Apostrophe is OK outside of brief descriptions.
00002 class Monty4(object):
00003     ## Method.
00004     #  @param[in] self The object's self-reference..
00005     def __init__(self):
00006         ## Instance variable.
00007         #
00008         #  Doesn't matter.
00009         self.python = 0
00010     ## Class variable.
00011     #
00012     #  Doesn't matter.
00013     flying = 1
00014 
00015 ## Module's global variable.
00016 #
00017 # Doesn't matter.
00018 cleese = 3

Generated on Wed Feb 1 09:55:11 2006 for Apostrophe In Brief Descriptions Bug by  doxygen 1.4.6