]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Doc #5
authorageay <ageay>
Thu, 19 Jul 2012 07:44:51 +0000 (07:44 +0000)
committerageay <ageay>
Thu, 19 Jul 2012 07:44:51 +0000 (07:44 +0000)
doc/doxygen/Doxyfile_med_user.in
src/MEDLoader/MEDFileField.hxx

index f03ade029c7335b2e451c2bae9bf0e0a110dae30..f2fb7a42d6d3995fb5e1d0c5f18f0d6c1ed0490b 100644 (file)
@@ -226,7 +226,7 @@ SEARCH_INCLUDES        = YES
 INCLUDE_PATH           = 
 INCLUDE_FILE_PATTERNS  = 
 PREDEFINED             = 
-EXPAND_AS_DEFINED      = MEDCOUPLING_EXPORT MEDCOUPLINGREMAPPER_EXPORT
+EXPAND_AS_DEFINED      = MEDCOUPLING_EXPORT MEDCOUPLINGREMAPPER_EXPORT MEDLOADER_EXPORT
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::addtions related to external references   
index 676aa0630b87d3aca369d0374a5ef28c8a38d239..b93a441e52110b544aeb37a67ae8f9fb0db24ee2 100644 (file)
@@ -42,7 +42,7 @@ namespace ParaMEDMEM
   class MEDCouplingMesh;
   class MEDCouplingFieldDouble;
   class MEDFileMesh;
-/// @cond INTERNAL
+
   class MEDFileFieldLoc : public RefCountObject
   {
   public:
@@ -78,6 +78,7 @@ namespace ParaMEDMEM
     std::vector<double> _w;
   };
 
+/// @cond INTERNAL
   class MEDFileFieldPerMeshPerType;
   class MEDFileField1TSWithoutDAS;
   class MEDFileFieldGlobsReal;