Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Djedouas committed Jan 4, 2023
1 parent 7a15703 commit 92771b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/core/externalstorage/qgshttpexternalstorage_p.h
Expand Up @@ -33,7 +33,6 @@ class QgsFetchedContent;
#define SIP_NO_FILE

/**
* \ingroup core
* \brief External storage implementation using the protocol WebDAV.
*
* \since QGIS 3.22
Expand All @@ -54,7 +53,6 @@ class CORE_EXPORT QgsWebDavExternalStorage : public QgsExternalStorage
};

/**
* \ingroup core
* \brief External storage implementation using the protocol AWS S3.
*
* \since QGIS 3.28
Expand All @@ -75,7 +73,6 @@ class CORE_EXPORT QgsAwsS3ExternalStorage : public QgsExternalStorage
};

/**
* \ingroup core
* \brief Class for HTTP stored content
*
* \since QGIS 3.22
Expand Down Expand Up @@ -104,7 +101,6 @@ class QgsHttpExternalStorageStoredContent : public QgsExternalStorageStoredCont
};

/**
* \ingroup core
* \brief Class for HTTP fetched content
*
* \since QGIS 3.22
Expand Down Expand Up @@ -134,7 +130,6 @@ class QgsHttpExternalStorageFetchedContent : public QgsExternalStorageFetchedCon


/**
* \ingroup core
* \brief Task to store a file to a given url
*
* \since QGIS 3.22
Expand Down
3 changes: 0 additions & 3 deletions src/core/externalstorage/qgssimplecopyexternalstorage_p.h
Expand Up @@ -28,7 +28,6 @@
class QgsCopyFileTask;

/**
* \ingroup core
* \brief External storage implementation which simply copy the given resource
* on a given directory file path.
*
Expand All @@ -48,7 +47,6 @@ class CORE_EXPORT QgsSimpleCopyExternalStorage : public QgsExternalStorage
};

/**
* \ingroup core
* \brief Class for Simple copy stored content
*
* \since QGIS 3.22
Expand All @@ -74,7 +72,6 @@ class QgsSimpleCopyExternalStorageStoredContent : public QgsExternalStorageStor
};

/**
* \ingroup core
* \brief Class for Simple copy fetched content
*
* \since QGIS 3.22
Expand Down

0 comments on commit 92771b7

Please sign in to comment.