Skip to content

Commit

Permalink
Remove files redundant with workflow repo, update doxy fil
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 15, 2024
1 parent da58b30 commit 186b5bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 209 deletions.
42 changes: 0 additions & 42 deletions continuous_integration/beautify_arduino_lint_log.py

This file was deleted.

61 changes: 0 additions & 61 deletions continuous_integration/build-install-doxygen.sh

This file was deleted.

7 changes: 4 additions & 3 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ PROJECT_ICON = enviroDIY_Favicon.png
# entered, it will be relative to the location where Doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = ../../ModularSensorsDoxygen
OUTPUT_DIRECTORY = ../../ModularSensors_Doxygen

# If the CREATE_SUBDIRS tag is set to YES then Doxygen will create up to 4096
# sub-directories (in 2 levels) under the output directory of each output format
Expand Down Expand Up @@ -1064,7 +1064,8 @@ EXCLUDE = ../src/ReadMe.md \
../src/sensors/table.md \
../lib \
../boards \
../variants
../variants \
../continuous_integration_artifacts

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -1347,7 +1348,7 @@ IGNORE_PREFIX =
# If the GENERATE_HTML tag is set to YES, Doxygen will generate HTML output
# The default value is: YES.

GENERATE_HTML = NO
GENERATE_HTML = YES

# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
Expand Down
101 changes: 0 additions & 101 deletions docs/copyFunctions.py

This file was deleted.

8 changes: 6 additions & 2 deletions docs/mcss-Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GENERATE_HTML = NO
GENERATE_XML = YES
XML_PROGRAMLISTING = NO
HTML_OUTPUT = ../ModularSensorsDoxygen/m.css
HTML_OUTPUT = ../ModularSensors_Doxygen/m.css
SHOW_INCLUDE_FILES = YES
WARN_LOGFILE = mcssDoxygenOutput.log
PROJECT_REPOSITORY = https://github.com/EnviroDIY/ModularSensors
Expand All @@ -18,4 +18,8 @@ ALIASES += \
"m_keyword{3}=@xmlonly<mcss:search xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:keyword=\"\1\" mcss:title=\"\2\" mcss:suffix-length=\"\3\" />@endxmlonly" \
"m_enum_values_as_keywords=@xmlonly<mcss:search xmlns:mcss=\"http://mcss.mosra.cz/doxygen/\" mcss:enum-values-as-keywords=\"true\" />@endxmlonly" \
"m_since{2}=@since @m_class{m-label m-success m-flat} @ref changelog-\1-\2 \"since v\1.\2\"" \
"m_deprecated_since{3}=@since deprecated in v\1.\2.\3 @deprecated"
"m_deprecated_since{3}=@since deprecated in v\1.\2.\3 @deprecated"

HAVE_DOT = NO
DOT_FONTNAME = Source Sans Pro
DOT_FONTSIZE = 16

1 comment on commit 186b5bf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint_errors

Please sign in to comment.