Skip to content

Commit

Permalink
Main: suppress some false doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 10, 2024
1 parent 7f07355 commit fcec008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OgreMain/include/OgreFileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ namespace Ogre {
/// @copydoc FactoryObj::getType
const String& getType(void) const override;

//! @cond Doxygen_Suppress
using ArchiveFactory::createInstance;
//! @endcond

Archive *createInstance( const String& name, bool readOnly ) override;

Expand Down
4 changes: 4 additions & 0 deletions OgreMain/include/OgreZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ namespace Ogre {
/// @copydoc FactoryObj::getType
const String& getType(void) const override;

//! @cond Doxygen_Suppress
using ArchiveFactory::createInstance;
//! @endcond

Archive *createInstance( const String& name, bool readOnly ) override;
};
Expand All @@ -74,7 +76,9 @@ namespace Ogre {

const String& getType(void) const override;

//! @cond Doxygen_Suppress
using ArchiveFactory::createInstance;
//! @endcond

Archive *createInstance( const String& name, bool readOnly ) override;
void destroyInstance( Archive* ptr) override;
Expand Down

0 comments on commit fcec008

Please sign in to comment.