From 82746656b9aaf5593220bcee33502870beff8d18 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 29 Sep 2019 12:29:44 +0200 Subject: Simplify CodeDocs generation of https://codedocs.xyz/libnet/libnet/ Signed-off-by: Joachim Nilsson --- .codedocs | 2 +- Doxyfile.xyz | 95 ------------------------------------------------------------ 2 files changed, 1 insertion(+), 96 deletions(-) delete mode 100644 Doxyfile.xyz diff --git a/.codedocs b/.codedocs index 6dacdb7..97718ec 100644 --- a/.codedocs +++ b/.codedocs @@ -14,7 +14,7 @@ # paths will be considered relative to the root of the repository, not the # location of the DOXYFILE. -#DOXYFILE = Doxyfile.xyz +#DOXYFILE = # Specify external repository to link documentation with. # This is similar to Doxygen's TAGFILES option, but will automatically link to diff --git a/Doxyfile.xyz b/Doxyfile.xyz deleted file mode 100644 index 6a7fc8a..0000000 --- a/Doxyfile.xyz +++ /dev/null @@ -1,95 +0,0 @@ -# Doxyfile 1.8.14 -# ALRIGHT LISTEN UP: This is a standalone Doxyfile for codedocs.xyz. -# The real deal is Doxygen.in (but only works in with automake) -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "libnet" -PROJECT_NUMBER = "1.2-rc3" -PROJECT_BRIEF = "A Portable Framework for Low-Level Network Packet Construction" -PROJECT_LOGO = -OUTPUT_DIRECTORY = doc -ABBREVIATE_BRIEF = -STRIP_FROM_PATH = include -OPTIMIZE_OUTPUT_FOR_C = YES -EXTRACT_LOCAL_CLASSES = NO -HIDE_UNDOC_MEMBERS = YES -HIDE_UNDOC_CLASSES = YES -#--------------------------------------------------------------------------- -# Configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = YES -WARN_NO_PARAMDOC = YES -#--------------------------------------------------------------------------- -# Configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = doc/libnet_api_main_page.md \ - include/libnet \ - include/libnet.h -FILE_PATTERNS = *.h -RECURSIVE = YES -EXCLUDE = include/libnet/libnet-headers.h \ - include/libnet/libnet-types.h \ - include/libnet/libnet-asn1.h \ - include/libnet/libnet-structures.h -EXAMPLE_PATTERNS = -USE_MDFILE_AS_MAINPAGE = libnet_api_main_page.md -#--------------------------------------------------------------------------- -# Configuration options related to source browsing -#--------------------------------------------------------------------------- -REFERENCED_BY_RELATION = YES -REFERENCES_RELATION = YES -#--------------------------------------------------------------------------- -# Configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- -COLS_IN_ALPHA_INDEX = 3 -#--------------------------------------------------------------------------- -# Configuration options related to the HTML output -#--------------------------------------------------------------------------- -GENERATE_HTML = YES -HTML_OUTPUT = api -HTML_HEADER = doc/libnet_api_header.html_tmpl -HTML_FOOTER = doc/libnet_api_footer.html_tmpl -HTML_EXTRA_STYLESHEET = doc/libnet_api_stylesheet.css_tmpl -HTML_COLORSTYLE_HUE = 120 -HTML_COLORSTYLE_SAT = 50 -HTML_COLORSTYLE_GAMMA = 40 -CHM_FILE = libnet.chm -HHC_LOCATION = "C:\Program Files (x86)\HTML Help Workshop\hhc.exe" -DISABLE_INDEX = YES -SEARCHENGINE = NO -#--------------------------------------------------------------------------- -# Configuration options related to the LaTeX output -#--------------------------------------------------------------------------- -LATEX_BATCHMODE = YES -#--------------------------------------------------------------------------- -# Configuration options related to the RTF output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options related to the man page output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options related to the XML output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options related to the DOCBOOK output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options related to the Perl module output -#--------------------------------------------------------------------------- -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- -PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS -#--------------------------------------------------------------------------- -# Configuration options related to external references -#--------------------------------------------------------------------------- -PERL_PATH = C:\msys64\usr\bin\perl.exe -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- -HAVE_DOT = YES -DOT_MULTI_TARGETS = YES -- cgit v1.2.1