Skip to content

Commit 224099a

Browse files
authored
Merge pull request #743 from UWB-Biocomputing/issue-207-reviving-doxygen-doc
[ISSUE-207] Doxygen document
2 parents 66d8717 + 9f5bd31 commit 224099a

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

docs/Doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ WARN_LOGFILE =
864864
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865865
# Note: If this tag is empty the current directory is searched.
866866

867-
INPUT = Simulator/
867+
INPUT = Simulator/ docs/Doxygen/index.md
868868

869869
# This tag can be used to specify the character encoding of the source files
870870
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

docs/Doxygen/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Graphitti Doxygen Documentation
2+
3+
Welcome to the Graphitti Doxygen documentation!
4+
5+
This documentation provides an overview of the Graphitti project's codebase and related resources. It includes detailed information about classes, functions, and structures.
6+
7+
## Documentation Sections
8+
9+
- [Classes](classes.md): Explore the detailed code reference documentation for Graphitti's classes, structs, unions and interfaces.
10+
- [Files](files.md): Here is the documentation for Graphitti's documented files with descriptions and documentation.
11+
12+
Feel free to navigate through the documentation using the top navigation bar. If you have any questions or need further assistance, please refer to the project's official repository or documentation.
13+
14+
## Additional Resources
15+
16+
- [Graphitti GitHub Repository](https://github.com/UWB-Biocomputing/Graphitti): Explore the source code, report issues, and contribute to the project.
17+
- [Graphitti Project Website](https://uwb-biocomputing.github.io/Graphitti/): Visit the official website for more information about the Graphitti project.
18+
19+
We hope you find this documentation useful and informative. Happy coding!

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
2.8 [Serialization](Developer/Serialization.md)
3434

35-
4. [Testing](Testing/index.md)
35+
3. [Testing](Testing/index.md)
3636

37-
3.1 Array Performance Testing
37+
3.1 [Array Performance Testing](Testing/ArrayPerformance/ArrayPerformance.md)
3838

39-
3.2 Dynamic Cast Performance Testing
39+
3.2 [Dynamic Cast Performance Testing](Testing/CastingTest/CastingTest.md)
4040

41-
3.3 Test Config Files
41+
3.3 [Test Config Files](Testing/TestConfigFileParameters/testConfigFileParameters.md)
4242

43-
5. Notes
43+
4. Notes
4444

4545
4.1 [General Notes](RebuildNotes/GeneralNotes.md)
4646

@@ -54,7 +54,7 @@
5454

5555
4.6 [Recorder Notes](RebuildNotes/RecordersNotes.md)
5656

57-
6. [Glossary](Glossary.md)
57+
5. [Glossary](Glossary.md)
5858

5959
5.1 Graph Vocabulary
6060

0 commit comments

Comments
 (0)