1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-15 07:26:54 +00:00

Merge pull request #6123 from APriestman/doxygen072220

Doxygen fixes
This commit is contained in:
Ann Priestman
2020-07-22 16:15:44 -04:00
committed by GitHub
3 changed files with 8 additions and 5 deletions

View File

@@ -269,6 +269,7 @@ final public class FiltersPanel extends JPanel {
* Populate the Account Types filter widgets.
*
* @param accountTypesInUse List of accountTypes currently in use
* @param checkNewOnes
*
* @return True, if a new accountType was found
*/
@@ -314,9 +315,8 @@ final public class FiltersPanel extends JPanel {
/**
* Populate the devices filter widgets.
*
* @param selected Sets the initial state of device check box.
* @param sleuthkitCase The sleuthkit case for containing the data source
* information.
* @param dataSourceMap
* @param checkNewOnes
*
* @return true if a new device was found
*/

View File

@@ -735,7 +735,7 @@ public class HashDbManager implements PropertyChangeListener {
* the system.
*
* @param settings The settings to configure.
* @param offcialSetNames The official set names. Any name collisions will
* @param officialSetNames The official set names. Any name collisions will
* trigger rename for primary file.
*/
@Messages({"# {0} - hash set name", "HashDbManager.noDbPath.message=Couldn't get valid hash set path for: {0}",

View File

@@ -568,9 +568,12 @@ public class PortableCaseReportModule implements ReportModule {
* @param content Content to add to the report.
* @param dataSource Parent dataSource of the content instance.
* @param tmpDir Path to the tmpDir to enforce uniqueness
* @param reportGenerator Report generator instance to add the content to
* @param gson
* @param exporter
* @param reportWriter Report generator instance to add the content to
* @param dataSourceHasBeenIncluded Flag determining if the data source
* should be written to the report (false indicates that it should be written).
*
* @throws IOException If an I/O error occurs.
* @throws TskCoreException If an internal database error occurs.
*