/[navidoc]/navidoc/navidoc/link/docxx.py
ViewVC logotype

Diff of /navidoc/navidoc/link/docxx.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by humppake, Fri Jun 13 13:30:26 2003 UTC revision 1.7.2.1 by humppake, Mon Jun 30 15:30:15 2003 UTC
# Line 27  Line 27 
27    
28  __docformat__ = 'reStructuredText'  __docformat__ = 'reStructuredText'
29    
30    """
31    Doc++ link element.
32    """
33    
34  import config  import config
35    
36  import navidoc  import navidoc
# Line 83  class CLink(navidoc.link.Link): Line 87  class CLink(navidoc.link.Link):
87    
88      def set_target(self):      def set_target(self):
89           """           """
90           Set the Doc++ -target.           Set the doc++ target.
91           """           """
92           parts = self.target.split('.')           parts = self.target.split('.')
93           self.target = '::'.join(parts);           self.target = '::'.join(parts);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26