Remove "using std" clause and use namespaces properly. Minor refactoring as well.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10839 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0db7edfa63
commit
d12b8bc06e
9 changed files with 638 additions and 657 deletions
|
|
@ -6,9 +6,9 @@
|
|||
class DoxygenParser
|
||||
{
|
||||
public:
|
||||
DoxygenParser();
|
||||
virtual ~DoxygenParser();
|
||||
list <DoxygenEntity> createTree(string doxygen);
|
||||
DoxygenParser();
|
||||
virtual ~DoxygenParser();
|
||||
std::list <DoxygenEntity> createTree(std::string doxygen);
|
||||
};
|
||||
|
||||
#endif /*DOXYGENPARSER_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue