Przeglądaj źródła

Copying doxygen generation from Kamailo's makefile so that we include version number
of the software in the doxygen documentation.

oej 16 lat temu
rodzic
commit
0134586c57
1 zmienionych plików z 6 dodań i 2 usunięć
  1. 6 2
      Makefile.rules

+ 6 - 2
Makefile.rules

@@ -276,8 +276,12 @@ clean-tmp:
 .PHONY: doxygen
 doxygen:
 	-@mkdir -p $(doxygen_dir)
-	doxygen ./$(COREPATH)/doc/doxygen/ser.doxygen
-
+	-@echo "Create Doxygen documentation"
+	# disable call graphes, because of the DOT dependencies
+	(cat ./$(COREPATH)/doc/doxygen/ser.doxygen; \
+	echo "HAVE_DOT=no" ;\
+	echo "PROJECT_NUMBER=$(NAME)-$(RELEASE)" )| doxygen -
+	-@echo "Doxygen documentation created"
 
 .PHONY: clean_doxygen
 clean_doxygen: