Orb/Doxygen/src/pycode.l
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     5  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     6  *
     6  *
     7  * Permission to use, copy, modify, and distribute this software and its
     7  * Permission to use, copy, modify, and distribute this software and its
     8  * documentation under the terms of the GNU General Public License is hereby 
     8  * documentation under the terms of the GNU General Public License is hereby 
     9  * granted. No representations are made about the suitability of this software 
     9  * granted. No representations are made about the suitability of this software 
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    10  * for any purpose. It is provided "as is" without express or implied warranty.
  1392 }
  1392 }
  1393 
  1393 
  1394 void parsePythonCode(CodeOutputInterface &od,const char *className,
  1394 void parsePythonCode(CodeOutputInterface &od,const char *className,
  1395                  const QCString &s,bool exBlock, const char *exName,
  1395                  const QCString &s,bool exBlock, const char *exName,
  1396 		 FileDef *fd,int startLine,int endLine,bool inlineFragment,
  1396 		 FileDef *fd,int startLine,int endLine,bool inlineFragment,
  1397 		 MemberDef *) 
  1397 		 MemberDef *,bool) 
  1398 {
  1398 {
  1399 
  1399 
  1400   //printf("***parseCode()\n");
  1400   //printf("***parseCode()\n");
  1401   
  1401   
  1402   //--- some code to eliminate warnings---
  1402   //--- some code to eliminate warnings---