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. |
74 const char *exampleName=0, |
74 const char *exampleName=0, |
75 FileDef *fileDef=0, |
75 FileDef *fileDef=0, |
76 int startLine=-1, |
76 int startLine=-1, |
77 int endLine=-1, |
77 int endLine=-1, |
78 bool inlineFragment=FALSE, |
78 bool inlineFragment=FALSE, |
79 MemberDef *memberDef=0 |
79 MemberDef *memberDef=0, |
|
80 bool showLineNumbers=TRUE |
80 ); |
81 ); |
81 void resetCodeParserState(); |
82 void resetCodeParserState(); |
82 void parsePrototype(const char *text); |
83 void parsePrototype(const char *text); |
83 }; |
84 }; |
84 |
85 |