equal
deleted
inserted
replaced
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. |
1629 const char *exampleName, |
1629 const char *exampleName, |
1630 FileDef *fileDef, |
1630 FileDef *fileDef, |
1631 int startLine, |
1631 int startLine, |
1632 int endLine, |
1632 int endLine, |
1633 bool inlineFragment, |
1633 bool inlineFragment, |
1634 MemberDef *memberDef |
1634 MemberDef *memberDef, |
|
1635 bool showLineNumbers |
1635 ) |
1636 ) |
1636 { |
1637 { |
1637 ::parsePythonCode(codeOutIntf,scopeName,input,isExampleBlock,exampleName, |
1638 ::parsePythonCode(codeOutIntf,scopeName,input,isExampleBlock,exampleName, |
1638 fileDef,startLine,endLine,inlineFragment,memberDef); |
1639 fileDef,startLine,endLine,inlineFragment,memberDef, |
|
1640 showLineNumbers); |
1639 } |
1641 } |
1640 |
1642 |
1641 void PythonLanguageScanner::parsePrototype(const char *text) |
1643 void PythonLanguageScanner::parsePrototype(const char *text) |
1642 { |
1644 { |
1643 ::parsePrototype(text); |
1645 ::parsePrototype(text); |