From b5ec46ce9d2f1c6ee3174d2558631c3d67738e2f Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Tue, 4 Sep 2018 14:06:09 +0200
Subject: [PATCH] global documentation

---
 Doxyfile | 2 +-
 makefile | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index b5d89f1022..a34321dea9 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -753,7 +753,7 @@ INPUT_ENCODING         = UTF-8
 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
 # *.qsf, *.as and *.js.
 
-FILE_PATTERNS          = */alib2data/src/* */alib2common/src/*
+FILE_PATTERNS          = */alib2data/src/* */alib2common/src/* */alib2std/src/* */alib2algo/src/*
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
diff --git a/makefile b/makefile
index b496d41563..fad496193f 100644
--- a/makefile
+++ b/makefile
@@ -197,6 +197,7 @@ clean-release:
 	done
 
 doc:
+	doxygen
 	$(MAKE) doc -C alib2std
 	$(MAKE) doc -C alib2data
 	$(MAKE) doc -C alib2common
-- 
GitLab