From f4950b33b03546dc8c9722b5e4b95b1fd1f7ee30 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Tue, 14 Jan 2025 14:46:06 +0100 Subject: Removing old way of generated docs --- docs/Doxygen.in | 8 -------- docs/Makefile | 20 -------------------- 2 files changed, 28 deletions(-) delete mode 100644 docs/Doxygen.in delete mode 100644 docs/Makefile diff --git a/docs/Doxygen.in b/docs/Doxygen.in deleted file mode 100644 index 6124483..0000000 --- a/docs/Doxygen.in +++ /dev/null @@ -1,8 +0,0 @@ -GENERATE_XML = YES -GENERATE_LATEX= NO -GENERATE_HTML = NO -PROJECT_NAME = forstio -RECURSIVE = YES -FILE_PATTERNS = *.cpp *.hpp -INPUT = ../modules -EXCLUDE_SYMBOLS = *::impl::* diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index d0c3cbf..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line, and also -# from the environment for the first two. -SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build -SOURCEDIR = source -BUILDDIR = build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -- cgit v1.2.3