diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-11-14 17:02:06 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-11-14 17:02:06 +0000 |
commit | fbc92b72d794064cd6784dccccba097099086adf (patch) | |
tree | f7d8b4c6bd1b7e373af2463fb800072b7c186601 /autodoc/source/parser/inc/cpp/prs_cpp.hxx | |
parent | 7641ddce6b6c2182db0a2c0a2747ae07e4d74f45 (diff) |
Some features in IDL docu.
Diffstat (limited to 'autodoc/source/parser/inc/cpp/prs_cpp.hxx')
-rw-r--r-- | autodoc/source/parser/inc/cpp/prs_cpp.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/parser/inc/cpp/prs_cpp.hxx b/autodoc/source/parser/inc/cpp/prs_cpp.hxx index b21a78de..5944a94f 100644 --- a/autodoc/source/parser/inc/cpp/prs_cpp.hxx +++ b/autodoc/source/parser/inc/cpp/prs_cpp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: prs_cpp.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:33 $ + * last change: $Author: np $ $Date: 2002-11-14 18:02:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,8 @@ class Cpluplus_Parser : public autodoc::CodeParser_Ifc virtual void Run( const udmstri & i_sProjectName, - csv::ploc::Path & i_rProjectRootDirectory, + const csv::ploc::Path & + i_rProjectRootDirectory, const autodoc::FileCollector_Ifc & i_rFiles ); private: |