Added doxygen infrastructure instead of javadocs

This commit is contained in:
Brian Carrier 2012-06-08 10:00:30 -04:00
parent e9542ebda0
commit b77ccfb816
7 changed files with 1857 additions and 0 deletions

1810
docs/doxygen/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
/*! \page contentViewer_page Creating Content Viewers
\section cv_overview Overview
This page will talk about making content viewers. We have not written it yet.
*/

10
docs/doxygen/design.dox Normal file
View File

@ -0,0 +1,10 @@
/*! \page design_page General Design
\section design_overview Overview
Talk about the various pieces, etc.
It will refer to the org.sleuthkit.autopsy.casemodule, org.sleuthkit.autopsy.ingest.IngestManager, etc.
*/

8
docs/doxygen/ingest.dox Normal file
View File

@ -0,0 +1,8 @@
/*! \page ingest_page Creating Ingest Modules
\section ingest_overview Overview
This page will talk about making ingest modules. We have not written it yet.
*/

13
docs/doxygen/main.dox Normal file
View File

@ -0,0 +1,13 @@
/*! \mainpage Autopsy Forensic Browser Developer's Guide and API Reference
<h3>Overview</h3>
Autopsy has been designed as a platform for open source tools besides just The Sleuth Kit. This document is for developers who want to add functionality into Autopsy. This could be in the form of enhancing the existing functionality or by making a module that plugs into it and you may distribute from your own site or push it back into the base distribution.
- \subpage design_page
- \subpage ingest_page
- \subpage contentViewer_page
- \subpage report_page
*/

8
docs/doxygen/report.dox Normal file
View File

@ -0,0 +1,8 @@
/*! \page report_page Creating Report Modules
\section report_overview Overview
This page will talk about making report modules. We have not written it yet.
*/