From 874dfd30a3394451d03167de9f44ea716ab02c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E9=B8=BF=E6=B4=8B?= <74575924+panhongyang0@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:04:13 +0800 Subject: [PATCH] Update Makefile --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 15c6906..6c8da27 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,11 +3,11 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx -SPHINXPROJ = percy +SPHINXPROJ = phyLS SOURCEDIR = . BUILDDIR = _build -doxygen: ../include/percy/*.hpp +doxygen: ../src/phyLS.cpp doxygen Doxyfile help: