summaryrefslogtreecommitdiff
path: root/autodoc/source/parser
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
commitd5d550be4281af0b678f5662787b2f186501a0cb (patch)
tree16c855c5c049fc44cc5c2f31e233ba62bbab3d72 /autodoc/source/parser
parentb9a59049ae75807446d3ffd2ee50f631bb2d420d (diff)
Some features in IDL docu.
Diffstat (limited to 'autodoc/source/parser')
-rw-r--r--autodoc/source/parser/cpp/prs_cpp.cxx6
-rw-r--r--autodoc/source/parser/inc/cpp/prs_cpp.hxx7
2 files changed, 7 insertions, 6 deletions
diff --git a/autodoc/source/parser/cpp/prs_cpp.cxx b/autodoc/source/parser/cpp/prs_cpp.cxx
index 690dc1fa91da..76ec57c558af 100644
--- a/autodoc/source/parser/cpp/prs_cpp.cxx
+++ b/autodoc/source/parser/cpp/prs_cpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prs_cpp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:32 $
+ * last change: $Author: np $ $Date: 2002-11-14 18:02:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,7 +141,7 @@ Cpluplus_Parser::Setup( ary::Repository & o_rRepository,
void
Cpluplus_Parser::Run( const udmstri & i_sProjectName,
- csv::ploc::Path & i_rProjectRootDirectory,
+ const csv::ploc::Path & i_rProjectRootDirectory,
const autodoc::FileCollector_Ifc & i_rFiles )
{
pRunningData->aDealer.StartNewProject( i_sProjectName, i_rProjectRootDirectory );
diff --git a/autodoc/source/parser/inc/cpp/prs_cpp.hxx b/autodoc/source/parser/inc/cpp/prs_cpp.hxx
index aab0aa91aa1a..0772580efb4b 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: