Skip to content

Commit

Permalink
fix: remove doxy files
Browse files Browse the repository at this point in the history
  • Loading branch information
alegemaate committed Sep 21, 2023
1 parent 6f6d0ce commit 7a14bbb
Show file tree
Hide file tree
Showing 105 changed files with 167 additions and 8,587 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ CMakeCache.txt
compile_commands.json
.ninja*
/lib
Makefile
Makefile
docs/
7 changes: 4 additions & 3 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ EXTRACT_LOCAL_CLASSES = YES
EXTRACT_ANON_NSPACES = YES
WARN_NO_PARAMDOC = NO
INPUT = src include README.md
FILE_PATTERNS = *.cpp *.h *.md
FILE_PATTERNS = *.cpp *.h *.md *.hpp
RECURSIVE = YES
EXAMPLE_PATH = examples
EXAMPLE_PATTERNS = *.cpp *.h *.md
EXAMPLE_PATTERNS = *.cpp *.h *.md *.hpp
EXAMPLE_RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
SOURCE_BROWSER = YES
GENERATE_LATEX = NO
HTML_OUTPUT = docs
HAVE_DOT = YES
DOT_IMAGE_FORMAT = svg
DOT_IMAGE_FORMAT = svg
EXTRACT_ALL = YES
116 changes: 0 additions & 116 deletions docs/_timer_8cpp_source.html

This file was deleted.

147 changes: 0 additions & 147 deletions docs/_timer_8h_source.html

This file was deleted.

Loading

0 comments on commit 7a14bbb

Please sign in to comment.